Added the ability to have optgroups in form_dropdown() within the form helper.
diff --git a/user_guide/helpers/form_helper.html b/user_guide/helpers/form_helper.html
index 2bb2a4a..8504ac0 100644
--- a/user_guide/helpers/form_helper.html
+++ b/user_guide/helpers/form_helper.html
@@ -239,6 +239,7 @@
<br />
echo form_dropdown('shirts', $options, 'large', $js);</code>
+<p>If the array passed as $options is a multidimensional array, form_dropdown() will produce an <optgroup> with the array key as the label.</p>
<h2>form_fieldset()</h2>