[Request] PHP 4 to PHP 5 Class Tutorial?
Posted: Wed Nov 01, 2006 7:23 am
Hello Fellow DevNet programmers,
I'm wishing to learn the ways of PHP 5's new class system; I was hoping there was a better/clearer tutorial out there then the PHP Manual. For the record I know how to program classes in PHP 4 quite well. (Ex: As shown Here) I wish to learn such things as the static/protected/public variables and functions, Object Interfaces, Autoloading Objects, Scope Resolution Operator, Class Abstraction, Overloading, etc. Is there any tutorial or article that you know of that clearly explains this so I can start programming classes in PHP 5?
I'm wishing to learn the ways of PHP 5's new class system; I was hoping there was a better/clearer tutorial out there then the PHP Manual. For the record I know how to program classes in PHP 4 quite well. (Ex: As shown Here) I wish to learn such things as the static/protected/public variables and functions, Object Interfaces, Autoloading Objects, Scope Resolution Operator, Class Abstraction, Overloading, etc. Is there any tutorial or article that you know of that clearly explains this so I can start programming classes in PHP 5?