Monday, December 29, 2008

Codeilo version 0.97

http://www.box.net/shared/f4ykfpn88m

[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!

No comments:

Post a Comment