I agree with Bruno.
It depends on the project and project's situation.
Your request for clarification is about Prcedural Programming VS OOP
It realy depends on the situation and project scope.
And this is general not only in PHP but in all the programming
languages where prcedural programming is
Hi Pablo,
The 3 main strong points of using OOP are:
1. Encapsulation
2. Inheritance
3. Polymorphism
I like using OOP instead of includes because of these points. It helps me
alot in doing maintenance releases using this technique instead of having
to deal with thousands of codes which can be a
Hi, This is my first post. English is my 2nd language so I apologize for
any mistakes I might have.
I would describe myself as an intermediate self-thaught PHP programmer,
which means I can do lots of stuff but probly my coding techniques sucks :P
Anyway, Im reading a lot about OOP lately, an