Welcome Guest, Not a member yet? Register   Sign In
Help with dropdown
#3

[eluser]Bainzy[/eluser]
Right ok the code I have at the momen is as follows

Foreach ($this->ForumModel->fetchAllRows('category') as $row)
{
$options[$row->CategoryID] = $row->Name;
}
$data['options'] = $options;

then is send the data to the view file which is as follows

<?php echo form_dropdown('category', $options); ?>


Messages In This Thread
Help with dropdown - by El Forum - 01-24-2010, 01:03 PM
Help with dropdown - by El Forum - 01-24-2010, 01:34 PM
Help with dropdown - by El Forum - 01-24-2010, 04:32 PM
Help with dropdown - by El Forum - 01-24-2010, 08:19 PM
Help with dropdown - by El Forum - 01-25-2010, 01:55 AM
Help with dropdown - by El Forum - 01-25-2010, 09:28 AM
Help with dropdown - by El Forum - 01-25-2010, 10:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB