generating admin pages
Moderator: General Moderators
-
dianacastillo
- Forum Newbie
- Posts: 4
- Joined: Fri Sep 07, 2007 4:33 am
generating admin pages
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
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
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