CodeIgniter Forums
Extending MY_Controller - 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: Extending MY_Controller (/showthread.php?tid=31102)



Extending MY_Controller - El Forum - 06-06-2010

[eluser]ClaudioX[/eluser]
Hi all,

I have:

Homepage extends MY_Controller;

Its possible make: HomepageB extends MY_ControllerB ?

CI apparently not find the MY_ControllerB, why? how can I solve or work around it?

Really Thx.


Extending MY_Controller - El Forum - 06-06-2010

[eluser]jedd[/eluser]
[quote author="ClaudioX" date="1275878312"]
Its possible make: HomepageB extends MY_ControllerB ?
[/quote]

Try the approach described [url="http://ellislab.com/forums/viewthread/155877/#755189"]in this thread[/url].