CodeIgniter Forums
How to call a controller from another controller ? - 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 call a controller from another controller ? (/showthread.php?tid=38713)

Pages: 1 2


How to call a controller from another controller ? - El Forum - 02-17-2011

[eluser]Twisted1919[/eluser]
@Vivigeos - You posted before me and you got the idea, but i explained him the issue you would have if you do like he says.


How to call a controller from another controller ? - El Forum - 02-17-2011

[eluser]Vivigeos[/eluser]
No problem Twisted, plus your "solution" also works for me !
Thank you, I'll see with my group project which solution we're gonna keep.


How to call a controller from another controller ? - El Forum - 02-17-2011

[eluser]dark_lord[/eluser]
@Twisted: Cool! Well explained (That's what I am trying to extend though but can't explain it clearly).

@Vivigeos: Using things such as HMVC depends on the scope of the project. CI stock pretty much can handle most basic to small scale to large scale applications.