How to call Model (used HMVC) - PHP Views : 157
Tagged in : PHP
0 0
Send mail


class Map extends MX_Controller {

function Map()
{
parent::MX_Controller();
$this->load->model('module/model');
}
By gowtham, On - 2010-09-17



    Login to add Comments .