On Sun, Feb 13, 2011 at 11:50 AM, Rumkuchen <[email protected]> wrote: > I have red an article about autocomplete-netbeans-cakephp: > http://www.tiplite.com/cakephp-support-in-netbeans/ > In this article, they use the variable $html instead of $this->Html. > Is it the same? Which variable shoud be used?
If you're running 1.3.x use $this->Html. -- 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
