Jump to content

OOP Php?


waynew

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.