![]() |
Automatic Code Generation in Codeigniter similar to Gii in Yii - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Automatic Code Generation in Codeigniter similar to Gii in Yii (/showthread.php?tid=49349) |
Automatic Code Generation in Codeigniter similar to Gii in Yii - El Forum - 02-16-2012 [eluser]bleu[/eluser] Yii Framework has Gii as an Automatic Code Generation tool which creates default models, views and controllers as per the database. Is there something like this in Codeigniter Automatic Code Generation in Codeigniter similar to Gii in Yii - El Forum - 04-03-2012 [eluser]MarvinLeRouge[/eluser] Hi, I have the same question, so i "up" this one Automatic Code Generation in Codeigniter similar to Gii in Yii - El Forum - 04-04-2012 [eluser]keithics[/eluser] maybe you try this and customized it to your needs. http://projects.keithics.com/crud-generator-for-codeigniter/ Automatic Code Generation in Codeigniter similar to Gii in Yii - El Forum - 04-04-2012 [eluser]TWP Marketing[/eluser] CI does not have a built-in code generator. I agree with this situation. Avoid code bloat. Search the wiki and this forum for 'crud' and you will find many implementations of CRUD generators. Find one and modify it to suit your situation(s), or build one yourself which will work better than a generic code generator. Automatic Code Generation in Codeigniter similar to Gii in Yii - El Forum - 08-06-2014 [eluser]costicanu[/eluser] Hi keithics, I just downloaded codeigniter latest version. Your generator no longer works with latest version. If I change the system folder with the "system" folder located in your software, works like a charm. Seems like compatibilities issues with the latest codeigniter system directory. |