Scaffolding for PHP

Akshay picture Akshay · Jan 9, 2009 · Viewed 12.2k times · Source

Is there any thing in PHP to create basic scaffold, like in Rails?

EDIT: I need something to prototype quickly..

Answer

Christian C. Salvadó picture Christian C. Salvadó · Jan 9, 2009

Some frameworks like Symfony, CakePHP, Akelos, CodeIgniter and others have support for scaffolding.

However if you don't want to use a framework you can try phpScaffold which generates CRUD scaffold pages based on phpMyAdmin table exports...