Anytime i attempt to load sparks i cant load the libraries, Its almost as if HMVC has broken the loading of sparks.
An example:
<?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');
}
}
causes: Unable to load the requested class: template
i have attempted following these instructions over @ getsparks.org: http://getsparks.org/set-up-mx
but its still not working, any ideas?
Using:
- HMVC Latest
- CI 2.1.x (tried 1.0 and 1.1)
- Latest Sparks