generating admin pages

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
dianacastillo
Forum Newbie
Posts: 4
Joined: Fri Sep 07, 2007 4:33 am

generating admin pages

Post by dianacastillo »

does anyone know of any other way other than using a framework like symfony to automatically generate admin pages in php once you have the database designed?
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: generating admin pages

Post by alex.barylski »

Why don't you want to use Symphony?

There are probably a dozen frameworks that support View/CRUD generation based on schema. Drupal is another alternative, although you don't design tables, so much as you build content types which are similar to business objects.

Cheers,
Alex
Post Reply