It used to be that within a CodeIgniter model you couldn't access another model.
$this->load->model('bar'); $this->bar->something();
Is this still valid, or have they changed it?
Those are some VERY long answers for a simple question.
Short answer: This is now fully supported. Cross-load away if you feel like it!
2.1m questions
2.1m answers
60 comments
57.0k users