How To move WordPress Site from local to live server
Posted on 14 years ago
Many databases support the concept of prepared statements.Prepared statements are useful to execute SQL statements with some patterns and optimize the query.Today I am going Read More
Design Pattern performs the major role in the object-oriented programming of PHP.A design pattern is useful to write a real and reliable design code and Read More
In the last article I have explained about one of the OOPs concept is Type hinting and today I am going to explain one more Read More
Recently I have prepared some OOPs demos for my students and I really like one concept of Type Hinting so let’s have a quick look Read More
What is Constructor? Generally Constructor is one kind of method which has the same name as class name.it’s used to initialize the variable of the Read More
Inherit the class is tremendous flexibility for overwriting a class or method which the call the class method using the instance of the class and Read More
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