forked from bcit-ci/CodeIgniter
-
Notifications
You must be signed in to change notification settings - Fork 0
Nabila CRUD
World Wide Web Server edited this page Jul 4, 2012
·
15 revisions
Nabila CRUD are additional controller,model and view for your codeigniter code. Nabila CRUD will help programmer to reduce time to create form , grid and security.
There are 3 features on Nabila CRUD
-
Form Generator Form generator will generate user interface for Create, Read or Update information on database. With Nabila CRUD , Form will generate automatically on Create Mode , Read Mode or Update Mode (call CRUD Mode). Programmer only provide tablename and CRUD mode and automatically Nabila CRUD generate the user interface
-
Grid Generator Grid generator will generate grid interface with pagination. Grid interface also include Detail,Update,Delete link.
-
Security
- Original author: Derek Jones
- How to extend helpers: See User Guide
- Modified by: Thomas Stapleton (id, classes, selected country option and all option)
- Modified by: Bradley De-Lar (construct, setLayout example)