|
Posted by Erwin Moller on 04/04/06 10:57
Notgiven wrote:
> I already use PHP 4.x but want to "take it to the next level and learn OO
> and MVC in PHP.
>
> Any suggestions for complete tutorials or books are much appreciated
Hi,
Start with the basics at php.net.
It is not 100% perfect as in a good book, but at least a reasonable start.
php4: http://www.php.net/manual/en/language.oop.php
php5: http://www.php.net/manual/en/language.oop5.php
I would advise you to start with php5 OOP right away because php5 has a lot
of improvements above php4.
If you want more, look for an O'Reilly book on the subject at their website.
I searched on PHP5 OOP and found some links with examples, like this on:
Object Overloading in PHP 5
http://www.onlamp.com/pub/a/php/2005/06/16/overloading.html
Futhermore: The ZEND website has a few good articles too.
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|