I could do with finding a good tutorial too.

I found the samples at http://www.donutczar.com/cake1point2/donuts/form_helper

They are a good start.

On Oct 14, 4:49 am, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to