Quantcast
Channel: PHP – CreativeDev
Browsing all 10 articles
Browse latest View live

How to Define and Call Case functions in PHP

Today I come with some useful PHP functions which are very useful to understand case functions of PHP. Case functions change the string from lowercase to uppercase and vice versa and those functions...

View Article



What is the instanceof operator and how do I use it?

PHP is now widely used service environment.The instanceof operator was introduced in PHP 5. The datatype of the variable passed to the method is uncertain in PHP. So it is difficult to determine...

View Article

What is the use of clearstatcache() in PHP?

PHP caches the information when you use the some of the functions php provide to provide the faster performance and improve the execution of the page.Here in this article explains the use of function...

View Article

Inheritance in object-oriented PHP

In this article, we are going to learn PHP Inheritance. When we talk about PHP Inheritance, the first and the most basic question that comes to our mind is, what is inheritance? Inheritance means to...

View Article

Objects and Classes in PHP

The class is a blueprint or template for an object, means to create a new object we must require it’s blueprint or template.This article on Objects and Classes in PHP gives general and advance concepts...

View Article


PHP Encapsulation with simple example

In this article, we are going to learn, what is PHP Encapsulation? What the advantages of PHP Encapsulation? Before we move to the conceptual understanding of encapsulation, we recommend PHP class and...

View Article

A Beginner’s Guide To Composer

A composer is a tool for dependency management in PHP. It basically allows you to declare your project dependent libraries and helps to manage dependencies.The composer is one of the most recommended...

View Article

How to Use PHP CodeSniffer?

The coding style in any technology is more ironic and sometimes multiple developers working on the project and all have the different style to write a code which leads to inconsistent code....

View Article


Getting started with Laravel

Laravel is a most popular framework in PHP which comes with a higher learning curve. It is difficult to get started with Laravel that might be the first feeling, it is more difficult to understand the...

View Article


How to add CMS page to Main Navigation in Magento?

You already heard of Magento if worked in e-commerce application development. Magento is currently one of the most difficult PHP based e-commerce systems where a developer could learn and master. Here,...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images