Friday, 23 August 2013

Instantiating an object in PHP

Instantiating an object in PHP

I'm a new OOP programmer in PHP. I would like to know :
What's the order of the instantiation methods are they called?
What should I include before the class definition?
What should I include in the method __autoload()?
Thanks for you help.

No comments:

Post a Comment