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 Majerle http://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 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 > -- 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
