On 10/19/07, cuongvt <cuongvt@xxxxxx> wrote: > > > In order to learning cakePHP or any other PHP framework, beside, PHP5 > knowledge, I must understand > atleast the basic of OOP also, right? > I searched in somewhere but still found no ebook to buy mainly focused on > OOP of PHP5. > Could you guys recommend those ones? > great starting place is the php manual. from there you might check out phppatterns.com<http://www.phppatterns.com/docs/start> then if youre in for some more intense stuff checkout spl<http://www.php.net/%7Ehelly/php/ext/spl/> . you might also check out PHPUnit <http://www.phpunit.de/> -nathan