View Single Post
11-13-2008, 01:01 AM
#3
rkquest is offline rkquest
rkquest's Avatar
Status: I'm new around here
Join date: Nov 2008
Location:
Expertise:
Software:
 
Posts: 18
iTrader: 0 / 0%
 

rkquest is on a distinguished road

  Old

I believe when it comes to OOP programming with PHP, the best to use it is when you expect other people to modify or create other applications based on your script. For example, if your distributing your software as open-source or if you work in a team.

I think procedural programming is more efficient (technically faster and use less system resources). So I'd say it's a choice between program efficiency and time efficiency (when it comes to development).