Website Development Guide

13 years ago

What is Interface? We all know the PHP class support only single inheritance, Can you achieve multiple inheritance in it? The answer is no. You Read More

13 years ago

Functions play an important role for writing different PHP scripts and I believe, it is very good and specialized approach to design any PHP applications Read More

13 years ago

MySQL database is usually used to store data for PHP application and data are stored using the MySQL configuration and connection.Today I am going to Read More

13 years ago

PHP provides a number of predefined constants.PHP constants with the two underscores (__) are called the magic methods, which are not actually constants but has Read More

13 years ago

Simply say Abstract method means We declare it in one class and use(define) it in other class. What is Abstract in PHP? PHP 5 supports Read More

13 years ago

Before some days, I don’t have idea about Namespaces in PHP and I have searched a lot for this and I didn’t understand it and Read More

13 years ago

There has to be a first post, and this is it. Welcome to the CreativeDev Developer Blog. It’s time to dive in the awesome technology.This Read More

Most Popular Posts

The Reader’s Poll – June 2014

Posted on 10 years ago

Bhumi

PHP 7 new Features at a Glance

Posted on 9 years ago

Bhumi

Type Hinting Callable Functions in PHP

Posted on 7 years ago

Bhumi

PHP Encapsulation with simple example

Posted on 7 years ago

Bhumi

How to Create and Use Cookies in PHP

Posted on 8 years ago

Bhumi