Just wondering how many people out there use the OO functionallity of PHP. I know all the theory but find as soon as I sit down and start I just go straight into linear scripting. I have actually written a few classes and I've re-used them so I guess I'm answering my own question to some extent. Anyway just wondering if I should be doing more of it.
The other (related) issue is 3 tiered architecture. For example I have a film database, my normal approach would be to write the results straight to a web page. I know the theoretical approach is to read from the db to an object/collection of objects and then output. This doesn't really seem to hit the mark in reality. Again, anybody have any comments on this
Thanks
Chris