スパークをロードしようとすると、ライブラリをロードできません。まるでHMVCがスパークのロードを中断したかのようです。
例:
<?php
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Index extends MX_Controller {
function __construct(){
parent::__construct();
$this->load->spark('template/1.9.0');
$this->load->library('template');
}
public function index(){
$this->template
->title('TSET123')
->build('index/index');
}
}
原因: Unable to load the requested class: template
私は@getsparks.orgでこれらの指示に従うことを試みました:http://getsparks.org/set-up-mx
しかし、それはまだ機能していません、何かアイデアはありますか?
使用:
- HMVC最新
- CI 2.1.x(1.0および1.1を試しました)
- 最新の火花