vicodin Posted February 29, 2008 Share Posted February 29, 2008 Can anyone point me to a good php OOP tutorial... all the ones on google confuse the crap out of me... thanks! Quote Link to comment https://forums.phpfreaks.com/topic/93643-oop/ Share on other sites More sharing options...
trq Posted February 29, 2008 Share Posted February 29, 2008 Its not a simple topic. You'll probably want to start by learning how classes work and what they can do for you. The manual is as good a place as any. Keep in mind however that simply using classes does not meen your programming in OOP. There are quite a few good links in this here sticky though that might help you take it to the next level. Quote Link to comment https://forums.phpfreaks.com/topic/93643-oop/#findComment-479814 Share on other sites More sharing options...
tapos Posted February 29, 2008 Share Posted February 29, 2008 You can read the following book: PHP 5 Power Programming of PRENTICE HALL By Andy Gutmans and Others. Quote Link to comment https://forums.phpfreaks.com/topic/93643-oop/#findComment-479820 Share on other sites More sharing options...
Daniel0 Posted March 2, 2008 Share Posted March 2, 2008 The book "PHP Objects, Patterns, and Practice" from Apress would be a good choice for getting started with OOP. Quote Link to comment https://forums.phpfreaks.com/topic/93643-oop/#findComment-481510 Share on other sites More sharing options...
aschk Posted March 3, 2008 Share Posted March 3, 2008 I concur with Daniel on that one ^ , I'm reading through it at the minute and presents a nice application framework and a lot of good OO examples. Quote Link to comment https://forums.phpfreaks.com/topic/93643-oop/#findComment-482292 Share on other sites More sharing options...
Naez Posted March 5, 2008 Share Posted March 5, 2008 http://devzone.zend.com/article/638-PHP-101-part-7-The-Bear-Necessities Great tutorial for understanding the basics of OOP. Best tutorial I've found for trying to make the "big leap" from procedural code to objects. Quote Link to comment https://forums.phpfreaks.com/topic/93643-oop/#findComment-483572 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.