Why MY_Controller.php in application/libraries not work on CI2.0? |
[eluser]CodeIgniterStep.Com[/eluser]
Dear All, I have create MY_Controller.php in folder application/libraries/MY_Controller.php MY_Controller.php Code: class MY_Controller extends CI_Controller and I created sample.php in folder application/controllers/sample.php Code: class Sample extends MY_Controller After I call to the URL http://localhost/index.php/sample it return error message Quote:Fatal error: Class 'MY_Controller' not found in D:\xampp\htdocs\CI2\application\controllers\sample.php on line 2 |
Messages In This Thread |
Why MY_Controller.php in application/libraries not work on CI2.0? - by El Forum - 11-04-2010, 11:10 PM
Why MY_Controller.php in application/libraries not work on CI2.0? - by El Forum - 11-05-2010, 02:56 AM
|