Welcome Guest, Not a member yet? Register   Sign In
Extends Controller Problem
#3

[eluser]Sarwar CSE[/eluser]
The MY_Controller has already in application/core/MY_Controller.php

Quote:My question is that is this possible In the file application/controller/adminpanel.php extends system without using
Code:
<?php require_once(APPPATH."controllers/system.php"); ?>
Code:
//file Path: application/controller/adminpanel.php
class adminpanel extends system{
     function __construct(){
         parent::__construct();
      }    
}


Messages In This Thread
Extends Controller Problem - by El Forum - 06-13-2011, 12:23 AM
Extends Controller Problem - by El Forum - 06-13-2011, 04:00 AM
Extends Controller Problem - by El Forum - 06-13-2011, 04:51 AM
Extends Controller Problem - by El Forum - 06-13-2011, 04:59 AM
Extends Controller Problem - by El Forum - 06-13-2011, 02:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB