Skip to content
Tibor Szász edited this page Jun 14, 2013 · 18 revisions

The purpose of iScaffold is to generate all the necessary source code and administration area bootstrap to start actively develop a project. With all your [models] (http://codeigniter.com/user_guide/general/models.html), views, controllers generated you can start focusing on real problems not on the recurring, boring tasks, like writing DB handling methods aka. CRUD functions or creating a nifty administration area.

The base of every iScaffold project is a properly designed database schema. iScaffold analyzes and iterates over your schema to provide you a configurator for the database. In the configurator you can assign a widget (datepicker, checkbox, wysiwyg editor, file upload, dropdown menu of a related table, etc. ) with a table field and label them to make it human friendly from start. After you set up everything correctly the only thing left to do is to push the 'generate source code' button and in a few seconds a complete, ready to use CodeIgniter package is generated.

#Intro video

Check it out here

Manual

Clone this wiki locally