CodeIgniter Forums
using multipe controllers is it possible - 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: using multipe controllers is it possible (/showthread.php?tid=48164)



using multipe controllers is it possible - El Forum - 01-06-2012

[eluser]Unknown[/eluser]
Hi i use a controller on my whole site that runs the ecommerce and now i am turning the site into a members site and i am using a controller for my user accounts called account

main controller displays my page template side bar cart etc

i want that to work with my account controller is this at all possible.



so basically both controllers are running on same page and are being called at different times the account is needed when logging in and the main controller is needed to dynamically create everything else.


thanks in advance.