- This topic has 0 replies, 1 voice, and was last updated 8 years, 10 months ago by Layer7web.
Viewing 0 reply threads
-
AuthorPosts
-
-
January 3, 2016 at 8:43 pm #2217
Layer7webKeymasterLink to Docs: http://docs.getfuelcms.com/general/models
In order to make the model object available in your Controller (this is where you are using this right?) you need to add this to the top of the file:
PHP1$this->load->model('examples_model');Once you have loaded the model you can access the methods using:
PHP1$this->examples_model->method
-
-
AuthorPosts
Viewing 0 reply threads
You must be logged in to reply to this topic.
Comments are closed.