CodeIgniter Forums
how many controller or models can we create in CI? - 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: how many controller or models can we create in CI? (/showthread.php?tid=28872)



how many controller or models can we create in CI? - El Forum - 03-24-2010

[eluser]dsi[/eluser]
how many controller and models can we create in CI?


how many controller or models can we create in CI? - El Forum - 03-24-2010

[eluser]CoolGoose[/eluser]
There's no limit afaik Smile


how many controller or models can we create in CI? - El Forum - 03-24-2010

[eluser]Rob Gordijn[/eluser]
untill you run out of harddisk space Tongue

[edit] too slow Sad


how many controller or models can we create in CI? - El Forum - 03-24-2010

[eluser]Mareshal[/eluser]
I usually create one model/controller for each function I need. I don't put 2 functions in same controller.

:lol: