Welcome Guest, Not a member yet? Register   Sign In
Model Question [Answered]
#1

[eluser]Unknown[/eluser]
I am new with Codeigniter and having a really annoying issue that I'm sure is something stupid I'm doing. I keep keep getting this error " PHP Fatal error: Class 'Model' not found" when I'm trying to load any model into the controller. I don't think its my model, here's my model:

Code:
<?php

class Site_model extends Model {

}

I'm thinking its a config issue, maybe?
#2

[eluser]Unknown[/eluser]
Fixed. Just needed to extent CI_Model in CI 2.0

Thanks




Theme © iAndrew 2016 - Forum software by © MyBB