I have a home controller with an index action that displays a set of featured products. However, the products are managed through a product>
home
index
product>
Load it like this
$this->load->library('../controllers/instructor');
and call the following method:
$this->instructor->functioname()
This works for CodeIgniter 2.x.