I'm totally new to CakePHP so I followed the Blog example up to this point and get error because $this->Html not found in View. http://book.cakephp.org/view/1536/Creating-Post-Views
I believe the right way is $html instead of $this->Html (as pointed out by another person on Stackoverflow) http://stackoverflow.com/questions/4873781/htmlhelper-not-loaded-in-tutorial-example So I think someone with authority should edit the example in the Book? Huy -- 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
