Hi everyone, I'm a newbie to cakePHP, a question I always have is in the tutorial in 1.3 cookbook, the html helper always appears as "$this->Html", but it never worked in my application. But when I change it to "$html", it works just fine. This is the same with all the other helpers.
I only added the $helpers in the app_controller file, nowhere else I overwrote the helper. Also, the neither the "$html->script()" nor the "$this->Html->script" works, it always tells me "Method HtmlHelper::script does not exist". I have tried the 1.2.9, 1.3.2, 1.3.7. Anyone has some idea about this? Does it have anything to do with the php configuration? Any help is really appreciated. Thanks, -David -- 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
