Hey Marcelo,
You could just do something simply like:
<label>My label: <?php echo $form->input('MyModel.field', array
('label'=> false)); ?></label>

Or even better: Make your own helper that extends the Cake FormHelper
and has a method that does this.

-Matt
http://www.pseudocoder.com

On Jan 25, 11:59 am, Marcelo Andrade <mfandr...@gmail.com> wrote:
> Hi all,
>
> What's the better way to make the output of this
>
> echo $form->input('MyModel.field', array('label'=> 'My label:'));
>
> generate labels surrounding the input element like
> this
>
> <label>My label: <input type="text" id="MyModelField" /></label>
>
> instead of "<label for=" version. ???
>
> Best regards.
>
> --
> MARCELO DE F. ANDRADE (aka "eleKtron")
> Belem, PA, Amazonia, Brazil
> Linux User #221105
>
> [...@pará ~]# linkshttp://pa.slackwarebrasil.org/
>
> For Libby's backstory be told on 
> Losthttp://www.petitiononline.com/libby423/petition.html
--~--~---------~--~----~------------~-------~--~----~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to