gevans Posted December 7, 2008 Share Posted December 7, 2008 Does anyone have some resources for 'good' advanced OOP tutorials?? I use classes everyday, and used to code a little bit of JAVA but have never seen any good advanced tutorials for php. Anything from website to pdf to written on toilet paper would be great Link to comment https://forums.phpfreaks.com/topic/135909-oop/ Share on other sites More sharing options...
trq Posted December 7, 2008 Share Posted December 7, 2008 Have you looked at our main sites tutorials? Link to comment https://forums.phpfreaks.com/topic/135909-oop/#findComment-708478 Share on other sites More sharing options...
gevans Posted December 7, 2008 Author Share Posted December 7, 2008 Funny you should ask, that's the one I'm working through at the moment!! I just enjoy mixing up a few different tutorials. One will always teach you something that another doesn't. But so far the phpfreaks one is extremely good. Link to comment https://forums.phpfreaks.com/topic/135909-oop/#findComment-708480 Share on other sites More sharing options...
premiso Posted December 7, 2008 Share Posted December 7, 2008 I would say for learning OOP, I would definitely go with an OOP driven language, but the real issue with that you get used to the more advanced functionality that PHP does not offer. Me I learned OOP in Java and .NET and with PHP 5 being a lot closer to true OOP than PHP 4 ever was it is a breeze. At least that is my 2 cents. If you want I can send you a few of my classes that I built, but as long as you under stand the constructor, public, protected and private and when to use OOP, I think you are pretty well set in itself. But either way any questions you have about just post them and they will get answered. Link to comment https://forums.phpfreaks.com/topic/135909-oop/#findComment-708542 Share on other sites More sharing options...
gevans Posted December 7, 2008 Author Share Posted December 7, 2008 Cheers Premiso, I've built a couple of classes just for database functions and string validating/cleaning but a look at a few others would be hugely appreciated Link to comment https://forums.phpfreaks.com/topic/135909-oop/#findComment-708549 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.