Welcome Guest, Not a member yet? Register   Sign In
Upgrade to 2.0.1 - config/autoload.php not loading
#7

[eluser]Webnet[/eluser]
Disclaimer: I didn't set this up!!!

MY_controller.php is:

Code:
<?php
class MY_Controller {}

require_once 'abstract_controller.php';
?>

abstract_controller.php is our actual base controller that's used everywhere. I'm not entirely sure the best way to change this setup.

Code:
class AbstractController extends CI_Controller

Where should I put MY_controller.php? How should it be included so that I have access to it? Is there a better way than the catch all __autoload() ?


Messages In This Thread
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 08:07 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 08:27 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 08:31 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 10:48 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:02 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:09 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:11 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:13 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:20 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:21 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:23 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:26 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:53 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 03:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB