You must change a bit when moving from 1.1 to 1.2, pretty much
everything is still in there, just in a different form.

For your form/label issue... try doing this:

echo $form->input('Model.fieldname', array('label' => false));

Maybe if you work your way through the Cookbook (http://
book.cakephp.org/) or actually look at the source code you will
discover more.

Cheers,
Adam

On May 31, 4:25 am, Alessio <[EMAIL PROTECTED]> wrote:
> I want to ask some people, if it is a good idea, in general, passing
> to new version...
>
> I want for example to use, some old methods, and Cakephp Engine, often
> tells that , this or that is deprecated...
>
> First Question, I will stress you, often ;)...Very thanks
>
> Can I use the old helper $html..., I am trying to use it and the field
> in the form is not goodly filled in..
>
> If I use new helper $form My field is filled in with Label and other
> stuff...
>
> This is good for Css rules, but if I don't want this stuff?
>
> A little note...Is there a complete reference with example ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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