On May 12, 2011, at 02:22, varai wrote: > By the way, do you know on what is the difference between > $this->Html->link and $html->link?
$html->link() was used in CakePHP 1.2 and earlier. As of CakePHP 1.3 the new preferred way to write it is $this->Html->link(). See the first paragraph here: http://book.cakephp.org/view/1572/New-features-in-CakePHP-1-3#View-Helpers-1574 -- 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
