CodeIgniter Forums
extending controller class - 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 controller class (/showthread.php?tid=42824)



extending controller class - El Forum - 06-21-2011

[eluser]mayur[/eluser]
i'm having trouble runnning my first application. Since i'm new to it i do'nt know how to handle this error..

when i create my first controller in the class definition we extend the Controller class but in browser when i try to load my file it gives a fatal error..that.
'class Controller not found'..

Please some one post a reply..


extending controller class - El Forum - 06-21-2011

[eluser]atno[/eluser]
Please read the user guide.


extending controller class - El Forum - 06-21-2011

[eluser]cideveloper[/eluser]
CI_Controller!

Stop everything you are doing and do this


extending controller class - El Forum - 06-21-2011

[eluser]mayur[/eluser]
Thanx..man...