Page 1 of 1

generating admin pages

Posted: Thu Dec 02, 2010 7:53 am
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?

Re: generating admin pages

Posted: Thu Dec 02, 2010 10:58 am
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