Welcome Guest, Not a member yet? Register   Sign In
inheritence between Controllers under the Controller.php
#1

[eluser]yazid[/eluser]
Hi,i just want to ask you a question,
In codeigniter, to make a controller inherit from another one, i has put the Base_Controller library in application/libraries and make others controllers extend it's class "SiteController", but is that enough, cos when i tried it, it gave the error :
Fatal error: Class 'SiteController' not found < in the controller that i want to extend the siteController >
The question now is: should i load the SiteController somewhere, i did this in the autoload.php but the problem still the same




Theme © iAndrew 2016 - Forum software by © MyBB