Welcome Guest, Not a member yet? Register   Sign In
CRUD generator
#1

[eluser]Andrew H L Leung[/eluser]
hey guys, i created a CRUD pages generator. I personally found it reallly makes life easier, and would wanna share with you guys.

[Feature for codeigniter]
For codeigniter it generate below items
- CRUD page controller, model and view
- validator for all field based on field type, null value
- index page filter and pager.
- foreign key selection box

[STEP BY STEP]
- download program zip file.
- unzip to a folder.
- select your framework's generator, also change the the setting.
- run command "php {your framework name}_generator.php".
for example(codeigniter): php codeigniter_generator.php
- copy the program code files to your framework's folder.
for example(codeigniter):
copy {this program folder}codeigniter_code/models/ all files to {codeigniter}/system/application/models/
copy {this program folder}codeigniter_code/views/ all files to {codeigniter}/system/application/views/
copy {this program folder}codeigniter_code/controllers/ all files to {codeigniter}/system/application/controllers/
- change codeigniter config file autoload.php, config.php and database.php and/or route.php setting.
- you can use it now!

please download from here http://codeilo.blogspot.com/


Messages In This Thread
CRUD generator - by El Forum - 12-29-2008, 07:28 AM
CRUD generator - by El Forum - 12-30-2008, 05:31 AM
CRUD generator - by El Forum - 12-30-2008, 07:58 AM
CRUD generator - by El Forum - 12-30-2008, 08:36 AM
CRUD generator - by El Forum - 12-31-2008, 09:39 PM
CRUD generator - by El Forum - 01-18-2009, 06:22 AM
CRUD generator - by El Forum - 07-06-2009, 01:05 AM
CRUD generator - by El Forum - 07-07-2009, 12:10 AM
CRUD generator - by El Forum - 08-05-2010, 10:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB