Welcome Guest, Not a member yet? Register   Sign In
Models in 3.0.6
#7

(04-27-2016, 05:54 AM)Wouter60 Wrote: If the model is named "Blog_model.php", then load it like this:
$this->load->model('blog_model');
So include the _model part, not just "blog".
And when you call a method that's part of the model, type this:
$this->blog_model->method_name();

Thank you Wouter60 and everyone else for your help.

I knew it was me - I just couldn't see the trees from the woods. Big Grin
Reply


Messages In This Thread
Models in 3.0.6 - by paulkd - 04-27-2016, 01:22 AM
RE: Models in 3.0.6 - by ciadmin - 04-27-2016, 01:37 AM
RE: Models in 3.0.6 - by paulkd - 04-27-2016, 03:11 AM
RE: Models in 3.0.6 - by InsiteFX - 04-27-2016, 04:40 AM
RE: Models in 3.0.6 - by paulkd - 04-27-2016, 05:40 AM
RE: Models in 3.0.6 - by Wouter60 - 04-27-2016, 05:54 AM
RE: Models in 3.0.6 - by paulkd - 04-27-2016, 06:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB