From bb2e0250d459f7a60d6d24e38cae944c72110207 Mon Sep 17 00:00:00 2001
From: Robin Sowell
Lets you create a standard drop-down field. The first parameter will contain the name of the field, the second parameter will contain an associative array of options, and the third parameter will contain the -value you wish to be selected. You can also pass an array through the third parameter, and CodeIgniter will create a multiple select for you. Example:
+value you wish to be selected. You can also pass an array of multiple items through the third parameter, and CodeIgniter will create a multiple select for you. Example:$options = array(
'small' => 'Small Shirt',
--
cgit v1.2.3-24-g4f1b