Welcome Guest, Not a member yet? Register   Sign In
drop down menus
#2

[eluser]mdowns[/eluser]
You can prepare the options using a model (calling to the database). Then pass them into your view.

In the controller:
Code:
$options = $this->mymodel->getMyOptions();
$data['options'] = $options;
$this->load->view('myview',$data);


Messages In This Thread
drop down menus - by El Forum - 10-21-2008, 06:58 AM
drop down menus - by El Forum - 10-21-2008, 08:32 AM
drop down menus - by El Forum - 10-22-2008, 01:50 AM
drop down menus - by El Forum - 10-22-2008, 02:09 AM
drop down menus - by El Forum - 10-22-2008, 03:23 AM
drop down menus - by El Forum - 10-22-2008, 05:46 AM
drop down menus - by El Forum - 10-22-2008, 08:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB