On Mon, Sep 24, 2012 at 3:06 PM, Daevid Vincent <daevid@xxxxxxxxxx> wrote: > > And for the love of [insert deity of your choice here] not EVERYTHING has > to be OOP. Use the best tool for the job!! Nothing pisses me off more than > having to instantiate a new class just to do some simple method that a > standard function would do. If you want to be organized, use static methods > then where appropriate, but don't avoid functions just because some book > told you that OOP is the king $hit. > > I'll never forget my first experience with a full blown Zend framework application. There were about 13 files and around 15k lines of code included to display one line of text in the header where just a simple echo would have sufficed.