CodeIgniter Forums
How To Go About This - 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: How To Go About This (/showthread.php?tid=14163)

Pages: 1 2


How To Go About This - El Forum - 12-22-2008

[eluser]Colin Williams[/eluser]
Matt, if you only need abstraction on the Controller level (shared code within the controller) then a method in the controller is a good idea. If you need shared functionality across many controllers, then you should look into a library or helper.