Search code examples
phpruby-on-railsscaffolding

Scaffolding for PHP


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

EDIT: I need something to prototype quickly..


Solution

  • 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...