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 ?
by the way i use cake 1.17

On Sep 10, 6: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 cake has a
> > helper for it or i'm just missing it from docs ?
>
> > Thanks.
> > Claudiu


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



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 cake has a
> > helper for it or i'm just missing it from docs ?
>
> > Thanks.
> > Claudiu


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



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
> helper for it or i'm just missing it from docs ?
>
> Thanks.
> Claudiu


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



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 are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



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


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---