Re: Shall we leave PHP4 ??
[email protected] (Keith Roberts) Tue, 26 Jun 2007 15:34:29 +0100 (BST)
| Newsgroups | php.evangelism |
|---|---|
| Message-ID | <[email protected]> |
Also, the new PHP 5 OOP syntax is *almost* identical to Java's OOP syntax. So if you can learn OOP programming in PHP5, then porting that knowledge to Java and other OOP languages should be easily done. I found the following book on OOP very helpful. It has simple code examples in C++ & Java. None of this is hardly mentioned in the PHP 5 manual. All that gives AFAIK is the OOP syntax for PHP 5. Does not actually tell you how to use OOP techniques in great depth. http://www.amazon.com/OOP-Demystified-James-Keogh/dp/0072253630/ref=pd_bbs_sr_1/102-2161759-4655319?ie=UTF8&s=books&qid=1182868277&sr=8-1 Regards Keith