![]() |
A short tut on using the load->model() second parameter & saving time via good naming habits - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: A short tut on using the load->model() second parameter & saving time via good naming habits (/showthread.php?tid=55607) |
A short tut on using the load->model() second parameter & saving time via good naming habits - El Forum - 11-02-2012 [eluser]jmadsen[/eluser] uhm...guess I said it all in the title definitely aimed at those new to programming/new to codeigniter, but all are welcome :-) Aim is to show folks how to plan ahead so they can merge a lot of repetitive code into a more DRY approach. http://www.codebyjeff.com/blog/2012/11/the-naming-of-things-writing-more-dynamic-code |