HTML > CakePHP. There are only a few instances where you use the HtmlHelper or FormHelper.
1 - To generate forms. 2 - To create anchor links. 3 - To build HTML elements within helpers. On May 17, 7:29 am, Tilen Majerle <[email protected]> wrote: > It's true, that if you use cake's HtmlHelper::tag method is slower than > <legend></legend> but i prefer to use cake's htmlhelper...like u said...nice > for eyes :) > -- > Lep pozdrav, Tilen Majerlehttp://majerle.eu > > 2011/5/17 Flávio Ricardo <[email protected]> > > > > > > > > > Sometimes I think about the right way or the best way to put HTML elements > > on screen. The normal way is use native HTML elements like <legend>some > > text</legend> and I think this is more than faster use <?php echo > > $html->tag('legend', 'some text'); ?>. > > > But, for patterns use just elements generated by CakePHP is nice for our > > eyes. :-D So, my question is: whats the best way? > > > Sorry for my poor english. Best regards. > > > -- > > Our newest site for the community: CakePHP Video Tutorials > >http://tv.cakephp.org > > Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help > > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > > [email protected] For more options, visit this group > > athttp://groups.google.com/group/cake-php -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
