How to call Model (used HMVC)

by gowtham 2010-09-17 11:24:55



class Map extends MX_Controller {

function Map()
{
parent::MX_Controller();
$this->load->model('module/model');
}

Tagged in:

822
like
0
dislike
0
mail
flag

You must LOGIN to add comments