![]() |
Baking for codeigniter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Baking for codeigniter (/showthread.php?tid=58565) |
Baking for codeigniter - El Forum - 06-24-2013 [eluser]Ali Fattahi[/eluser] hello guys there is any baking script like cake bake for codeigniter ? Best Regards Ali Baking for codeigniter - El Forum - 06-24-2013 [eluser]Ckirk[/eluser] I don't think there is, Ali Baking for codeigniter - El Forum - 06-24-2013 [eluser]whygod[/eluser] What is Cake Bake in CakePHP can do? Baking for codeigniter - El Forum - 06-24-2013 [eluser]Ckirk[/eluser] It's a script that will take your model and generate a controller and viewer from that model data. From what I understand It gives you the basic CRUD controller and viewer for that model. Probably useful for beginners but if you use a decent IDE you're probably making use of snippets Baking for codeigniter - El Forum - 06-24-2013 [eluser]Ali Fattahi[/eluser] [quote author="Ckirk" date="1372139775"]It's a script that will take your model and generate a controller and viewer from that model data. From what I understand It gives you the basic CRUD controller and viewer for that model. Probably useful for beginners but if you use a decent IDE you're probably making use of snippets[/quote] Hello making Model-View-Controller is time-consuming for me ![]() ![]() Whats the script that you mentioned ? Thanks Baking for codeigniter - El Forum - 06-25-2013 [eluser]Ckirk[/eluser] I wasn't mentioning any script in particular. What I did mention is that many developers use snippets to reduce the need to type repetitive code. What snippets are available to you depends on your choice of IDE |