Procedural Programming or OOP in PHP?
Great article here on what approach one should use when coding in PHP.
I myself prefer Procedural Programming in PHP because of the speed benefits, but I do Object Oriented Programming (OOP) once in a while for the very purpose of being able to put it on my resume *snicker*
I have to point out that the learning curve in learning OOP is quite steep compared to learning Procedural Programming, they have entire books written on just that topic. You’ll need considerable aptitude in abstract thinking in order to understand OOP. But yeah, everything can be acquired given time and hard work.
Tags: 