![]() |
CI3 Model and Controller generator - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: CI3 Model and Controller generator (/showthread.php?tid=61287) |
CI3 Model and Controller generator - nekalv - 04-06-2015 Greetings I just update my project to work with the lastes requierement from CI3 , this time i made in english for better understanding. Hope you can give a try and remember feedback is always welcome. This python script will connect to your database and create a controller and model for each table in the schema. https://github.com/nekskm/ci3_generator Edit: screenshots as requested. ![]() ![]() ![]() ![]() ![]() ![]() RE: CI3 Model and Controller generator - nasser.man - 04-07-2015 i could not run than ![]() ![]() ![]() ![]() RE: CI3 Model and Controller generator - nekalv - 04-07-2015 just open your terminal console and navigate to the folder location using cd Ej. $ cd Dowloads/ci3_generator then type in terminal python main.py then just fill up the requested fields. if u need more help i can make some screen caps for you. RE: CI3 Model and Controller generator - nasser.man - 04-07-2015 i did same thing but after some seconds just create two files in same directory and exits, RE: CI3 Model and Controller generator - nekalv - 04-07-2015 Could you put some screenshot? RE: CI3 Model and Controller generator - alkarim - 04-22-2015 Great work...as earlier mentioned some screenies will be nice for the begineers. RE: CI3 Model and Controller generator - nekalv - 04-29-2015 (04-22-2015, 08:59 AM)alkarim Wrote: Great work...as earlier mentioned some screenies will be nice for the begineers.I just add some screenshots, hope you can give a try ![]() |