61
API Development / Re: how to load model from other controller?
« on: February 20, 2019, 01:08:18 AM »
try this:
$that = $this->baseObject;
$that->load->model(....);
$that->model_......
$that = $this->baseObject;
$that->load->model(....);
$that->model_......