Professional CodeIgniter, Thomas Myer
Chapter 7: Improving the Dashboard
217
echo form_dropdown(`status',$options) ."
<
/p
>
";
echo form_submit(`submit','create color');
echo form_close();
?
>
If you click the " create color " link from the colors index, you should see a form similar to Figure 7 - 11 .
Figure 7-11
Now that you have a Create form, go ahead and create four basic colors: red, green, yellow, and blue. By
the time you ' re done, you should have a colors index that looks like Figure 7 - 12 .
c07.indd 217
c07.indd 217
6/10/08 5:36:48 PM
6/10/08 5:36:48 PM