Welcome Guest, Not a member yet? Register   Sign In
Very Simple Issue I cant solve
#2

[eluser]The Casual Bot[/eluser]
Hey there,

you need to load your model

Code:
$this->load->model('getInfo');

then change

Code:
$data['query'] = $this->database->getInfo();

to

Code:
$data['query'] = $this->modelname->getInfo();

hope it helps

try here to

http://ellislab.com/codeigniter/user-gui...odels.html


Messages In This Thread
Very Simple Issue I cant solve - by El Forum - 11-14-2009, 07:47 PM
Very Simple Issue I cant solve - by El Forum - 11-14-2009, 09:10 PM
Very Simple Issue I cant solve - by El Forum - 11-15-2009, 01:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB