Its okay now. I just add 1 null value to the attribute of select
before it was...
echo $form->select("gender", array("" => "- Select One -", "M" =>
"Male", "F" => "Female"), null, false);
after..
echo $form->select("gender", array("" => "- Select One -", "M" =>
"Male", "F" => "Female"), null, null, false);
Can't seem to find a good tutorial for CakePHP 1.2, do you have any
recommendation?
thanks,
Wendell
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---