Welcome Guest, Not a member yet? Register   Sign In
Array from model to view
#2

[eluser]Ben Edmunds[/eluser]
Change your controller to this

Code:
$this->load->model('Productupload');
$data['options'] = $this->Productupload->SelectieSoort();

BTW you might want to name it something a little more descriptive then options.


Messages In This Thread
Array from model to view - by El Forum - 11-01-2009, 01:59 PM
Array from model to view - by El Forum - 11-01-2009, 02:04 PM
Array from model to view - by El Forum - 11-01-2009, 02:06 PM
Array from model to view - by El Forum - 11-01-2009, 02:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB