CodeIgniter Forums
Extending/Replacing 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/Replacing Controller (/showthread.php?tid=5629)



Extending/Replacing Controller - El Forum - 01-29-2008

[eluser]BizComputing[/eluser]
The manual states:

Note: The Database classes can not be extended or replaced with your own classes, nor can the main Controller class. All other classes are able to be replaced/extended.

I've had complete success with extending the Controller class. This statement in the manual may need to be updated.