On Fri, Apr 25, 2008 at 2:58 PM, rtanz <[EMAIL PROTECTED]> wrote:

>
> hi i would like to make a select box with a label and dropdown,
> default value 'Yes' and no empty value. I am trying this code but its
> not working as i want to, can you help me out?
>
>        echo $form-
> >select('active',array('0'=>'Yes','1'=>'No','Yes',null,false));

- You should use syntax like echo $form->select('active', array(0 => 'Yes',
1 => 'No', 0);

>
>
> shown here:
>
> http://jpgalea.com/survey/surveys/add
>
>
> thanks
> >
>


-- 
Regards,
Amit

http://amitrb.wordpress.com/
http://coppermine-gallery.net/
http://cheesecake-photoblog.org/
http://www.sanisoft.com/blog/author/amitbadkas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to