Posted on February 3rd, 2008 by admin
In this post, we learn what is an abstract class and an interface.
What is an Abstract Class?
Private methods cannot be Abstract
What is an Interface?
Defining an Interface
Abstract Class v/s Interface
Filed under: PHP, PHP5 OOPS Tutorials | 2 Comments »
Posted on November 3rd, 2007 by admin
This tutorial will teach you how and when to use the magic method __autoload().
The magic method __autoload() function is a convenience that allows you to use classes without having to explicitly write code to include them.
The magic method __autoload() is not included in your class definition as this is to be called once in a […]
Filed under: PHP, PHP Tutorials, PHP5 Magic Methods, PHP5 OOPS Tutorials | 3 Comments »