Models

Pretty big topic. Start with explaining what models are, then how to load them

What are models?

Models represent the data a program uses. It can be anything from a simple Gateway, to a complex Domain Model.

How to load models?

The easiest way to load models from a controller is with the Load helper. If your controller extends A_Controller_Action, you can get the Load helper with $this->_load().