61
API Development / Re: how to load model from other controller?
« on: February 20, 2019, 06:42:16 PM »
Hi,
seems you have a typo here:
$this->load->model('catolog/product'); should be $this->load->model('catalog/product');
And are you calling the model from extension hook file or not?
seems you have a typo here:
$this->load->model('catolog/product'); should be $this->load->model('catalog/product');
And are you calling the model from extension hook file or not?