I became curious recently as to which programming method Web developers were using, either structured programming or OOP. A PHP developers list seems like a great place to ask this question since PHP is lends itself to both methods.
I would like to know which of the above you are using and why. I know that some of you probably program in multiple languages. If you use a different method for different languages, I would like to know which language you use for which method and why.
I use PHP 95% or more of the time with PostgreSQL or Oracle and develop mainly structured programs. There are two reasons. The first reason is that a lot of my Web sites are relatively simple, so OOP would be over kill. The second reason is a group decision to not use OOP. This decision was made while PHP3 was the latest and greatest, and its OOP support was flaky.
If you wish to email me directly, remove the "NoSPAM." text from my email address. It is my personal SPAM deterrent.