Data Layer Generation

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Simulacrum
Forum Newbie
Posts: 13
Joined: Wed Apr 13, 2005 11:58 pm

Data Layer Generation

Post by Simulacrum »

Hi People,

I'm an experienced coder looking at PHP for the first time.

My personal approach to development is to automate as many tasks as possible. I find that writing the data layer lends itself to being generated since it contains a discrete set of code patterns that are repeatable.

Is anybody else using a code generator/wizard to build this? If so, which tools are you using?
Post Reply