waynew Posted August 6, 2008 Share Posted August 6, 2008 Okay. I know how OOP works. In Java. I've tweaked around a bit with it in PHP but have done nothing with it in any of the projects that I've built. For small scale applications, is it really worth using oop in PHP or should I just stick with the procedural? Also, is there any good tutorials out there for OOP in PHP, because the ones that I've found weren't the greatest. Thanks. Link to comment https://forums.phpfreaks.com/topic/118531-oop-php/ Share on other sites More sharing options...
trq Posted August 6, 2008 Share Posted August 6, 2008 For small scale applications, is it really worth using oop in PHP or should I just stick with the procedural? I don't program much but small email forms and the like in procedural. If you are building an entire application, OOP makes things alot easier to maintain. Also, is there any good tutorials out there for OOP in PHP, because the ones that I've found weren't the greatest. Have you checked out the series on our main site? Link to comment https://forums.phpfreaks.com/topic/118531-oop-php/#findComment-610249 Share on other sites More sharing options...
waynew Posted August 7, 2008 Author Share Posted August 7, 2008 They actually look good. Thanks Thorpe. I'll have a look when I have time. Which doesn't seem to be the case these days. Link to comment https://forums.phpfreaks.com/topic/118531-oop-php/#findComment-610498 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.