MODEL AND CONTROLLER GENERATOR FOR CODEIGNITER

Coding Critique is the place to post source code for peer review by other members of DevNetwork. Any kind of code can be posted. Code posted does not have to be limited to PHP. All members are invited to contribute constructive criticism with the goal of improving the code. Posted code should include some background information about it and what areas you specifically would like help with.

Popular code excerpts may be moved to "Code Snippets" by the moderators.

Moderator: General Moderators

Post Reply
dixcoder
Forum Newbie
Posts: 1
Joined: Mon Nov 02, 2009 8:41 am

MODEL AND CONTROLLER GENERATOR FOR CODEIGNITER

Post by dixcoder »

Dear CI friends,

Please find the attached file of CodeIgniter Model and Controller Generator.

Its simple and very easy to use.

At the moment it only supports Php Mysql.


Steps to use:

1) download generator.zip file and extract in your htdocs.

2) There will be index.php and once you run it, it will ask for hostname, username, password, database name and so on.

3) Once you finish, click on the generate button then it will create a folder of your database name and there will be 2 folders controller and models, you can find generated models and controllers over there.

4) copy them and place in your codeigniter application and use them.

5) You are done.

Any comments are welcome or you can email me for more information.

Regards
Dixanta Shrestha
dixanta@creatorsnepal.com
Attachments
generator.zip
(1.57 KiB) Downloaded 895 times
Post Reply