[PHP] Classes and OOP

2006-03-07 Thread Wolf
I'm looking for a couple of good books or online sources where I can get a lot better grasp of Classes and OOP programming in general. Mostly I use PHP so that is the best option. Thanks, Robert -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Classes and OOP

2006-03-07 Thread Kim Hunter
PHP5 Objects, Patterns and Practice 1590593804 - Matt Zandstra - Apress This is a good way to get a good grasp of object-oriented programming covers the basics of uml as well as using decent examples to explain the use of objective programming (unlike all the web sites out there that i tried to

Re: [PHP] Classes and OOP

2006-03-07 Thread Anthony Ettinger
On 3/7/06, Wolf [EMAIL PROTECTED] wrote: I'm looking for a couple of good books or online sources where I can get a lot better grasp of Classes and OOP programming in general. Mostly I use PHP so that is the best option. Thanks, Robert PHP5 - Objects, Patterns, and Best Practices