在application\core\下新建MY_Loader.php <?php class MY_Loader extends CI_Loader{ public function __construct(){ parent::__construct(); $this->_ci_view_paths = array(FCPATH.'/templates/'=> TRUE); } } ?>
在application\core\下新建MY_Loader.php