[eluser]Johan André[/eluser]
It seem I can't get this to work:
Code:
$this->load->model('module/model');
I try to load the model from a another module.
Have I gotten this wrong?
I don't want to access the model thru the models controller as it seems a little too much work.