How can I get CodeIgniter 2.1.4 to load my extended Controller Class?
问题 I have looked for this answer all through stackoverflow and none have been able to help me. my file name is: application/core/MY_Controller.php class MY_Controller extends CI_Controller { /** * Constructor */ public function __construct() { parent::__construct(); } } I made a post in this thread asking if anyone had found an answer. I tried everything in that thread, and in all suggested links. I'm at a complete loss. Everything works on my local WAMP server (apache 2.4 php 5.4) and not on