On 27 mar, 13:43, "Adrian Maier" <[EMAIL PROTECTED]> wrote:
> On 3/27/07, djiize <[EMAIL PROTECTED]> wrote:
>
> > Hello
>
> > Html helper is the old way, and Form helper the ne cutting-edge one
> > (and I like it a lot ;))
>
> > To get rid of div and label, you can write
> > $this->input('tagname', array('div' => false, 'label' => false));
>
> Thanks for sharing this information.
> It's amazing to see how easy it is to control this behavior !
That's Cake magic! ;)
And for that, thanks to the core team

>
> > If you plan to use Cake 1.2, I don't think it's a good idea to
> > continue with html helper.
>
> Yes, i'm using 1.2 even if it's not 'stable' yet because it has the
> PaginatorHelper and some fixes related to inflections.
For same reasons here, but I must add that I use it for several
internal apps, and no stability/bug/... problems happened.
1.2 is still in developpement, but it's on the right way to the final
release.

>
> > Maybe it'll be remove in 2.0, but I prefer taking the new habit ASAP
>
> My understanding is that only the form-related methods of HtmlHelper
> will be deprecated. I think that the methods like link(), image() will
> remain there.

Yes, and that's logic, Html simple components remain in HtmlHleper,
and Form components in FormHelper.
And if you look into the code of FormHelper, you'll see that it calls
HtmlHelper to output basic tags.

>
> Thanks !
>
> Adrian Maier


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to