Re: does cakephp has a helper for select tag ?

2007-09-10 Thread francky06l
$form-select On Sep 10, 5:11 pm, Seth [EMAIL PROTECTED] wrote: I'm trying to create a dropdown list .. but i can't find a helper for it like there is for imput, radio, checkbox etc, dose cake has a helper for it or i'm just missing it from docs ? Thanks. Claudiu

does cakephp has a helper for select tag ?

2007-09-10 Thread Seth
I'm trying to create a dropdown list .. but i can't find a helper for it like there is for imput, radio, checkbox etc, dose cake has a helper for it or i'm just missing it from docs ? Thanks. Claudiu --~--~-~--~~~---~--~~ You received this message because you

Re: does cakephp has a helper for select tag ?

2007-09-10 Thread francky06l
Which version of cake ? if cake 1.2 $form-select() (form helper), $html-select() for cake 1.1 (html helper). On Sep 10, 5:11 pm, Seth [EMAIL PROTECTED] wrote: I'm trying to create a dropdown list .. but i can't find a helper for it like there is for imput, radio, checkbox etc, dose cake has a

Re: does cakephp has a helper for select tag ?

2007-09-10 Thread Seth
Thanks! but i have try that and is not working i get this message Fatal error: Call to undefined method FormHelper::select() and i have imported in my controller helpers for Html and Form ... and i don't get any erros with input or radio on the same form .. but i get with this select, any hints ?

Re: does cakephp has a helper for select tag ?

2007-09-10 Thread soknet
Note that $form-select it's only for Cake 1.2 On Sep 10, 5:23 pm, francky06l [EMAIL PROTECTED] wrote: $form-select On Sep 10, 5:11 pm, Seth [EMAIL PROTECTED] wrote: I'm trying to create a dropdown list .. but i can't find a helper for it like there is for imput, radio, checkbox etc, dose