PHP rapid skeleton generator for basic CRUD? PHP rapid skeleton generator for basic CRUD? php php

PHP rapid skeleton generator for basic CRUD?


As far as building skeleton apps goes, nothing comes close to the Yii framework.

From the site:

MVC, DAO/ActiveRecord, I18N/L10N, caching, jQuery-based AJAX support, authentication and role-based access control, scaffolding, input validation, widgets, events, theming, Web services, and so on. Written in strict OOP, Yii is easy to use and is extremely flexible and extensible.

It also includes CRUD code generation. Headed by the guy who did Prado.


If you don't want a big framework, you could check out phpactiverecord


I would recommend CakePHP