Page 1 of 1

[D]PHP OOP

Posted: Fri May 04, 2007 2:24 am
by thetarget
Hey, how many people do object oriented programming in PHP?

what is your stand to it? Usefull? or not

my stand is :

Small project with the integration of OOP is kind of redundant. How do i define small, something that is smaller than wordpress...

what do you think?

Posted: Fri May 04, 2007 6:46 am
by Lixas
In fact i like to use OOP in PHP for any size of projects. Of course if that class is realy frequetly used. By using OOP once you create class and then easily you can use it

So: one thumb UP ;)