[ciapug] Meetings

Matthew Nuzum newz at bearfruit.org
Wed Aug 15 15:11:20 CDT 2007


On 8/15/07, Dave J. Hala Jr. <dave at 58ghz.net> wrote:
> Am I the only PHP person that still writes procedural code? Its not that
> I'm against it or can't, there's just not a reason to make a change at
> this point.

Depends.

If I'm using PHP as a templating language, then my code is procedural.
However, on bigger project where long-term maintainability is
necessary, then I end up writing some classes for logic and
processing. These get automatically prepended and then procedural code
or smarty is used to display the data.

-- 
Matthew Nuzum
newz2000 on freenode


More information about the ciapug mailing list