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

Hi,

I've been using CI for a number of years.

I'm upgrading all my sites to 3.0.6 and having problems with models.

Quote:Unable to locate the model you have specified: Blog

I'm even getting this message with the tutorial model

The model file name is blog_model.php

It is a copy of the "What is a Model" code from the tutorial.

It is being called from the Welcome controller with

Code:
public function test()
{
$this->load->model('blog');
}

Can someone confirm that 3.0.6 models are okay and/or point out where/if I am having one of those "moments"  Cool
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