[eluser]enigmas[/eluser]
Hi Guys, is it possible to call one model from another?
When I try to load model from another (something like this):
Code:
$this->load->model('Mymodel');
$this->mymodel->mymethod();
it alerts that "mymethod" is unknown. Same code works fine from controller.
Is there any way to do this?
Regards