Extending Controller
- by MakDotGNU
Hi,
I'm very new to Kohana and I'm trying to make a project in kohana 2.x,
in my previous projects i had created a Base controller which used to extends Controller. and all other controller to Base_Controller.
in Kohana I'm facing the problem. here is my structure.
class Base_Controller extends Template_Controller
class Home_Controller extends Base_Controller
both these Controllers are in application/controller folder
Fatal error: Class 'Base_Controller' not found in /home/myadav/public_html/innteract/innteract/controllers/home.php on line 2