If you read carefully: "Problems with $html->input()..." "In 1.2, all form/input related stuff has been moved to FormHelper"
Ergo, a lot of stuff that is in $form in 1.2 used to be in $html in 1.1. You may want to check the documentation that pertains to the version you're using: http://api.cakephp.org/1.1/classes.html On 17 Oct 2008, at 14:22, xelios wrote: > Your links refer to v1.2 > > But m working on v1.1 > > On Oct 17, 9:34 am, "David C. Zentgraf" <[EMAIL PROTECTED]> wrote: >> http://groups.google.com/group/cake-php/browse_thread/thread/560bceab...http://groups.google.com/group/cake-php/browse_thread/thread/e88b06c5 >> >> ... >> >> On 17 Oct 2008, at 12:56, xelios wrote: >> >> >> >>> m using v1.1.x >> >>> Following is the error: >> >>> Fatal error: Call to undefined method FormHelper::create() in C: >>> \xampp >>> \htdocs\cake\app\views\tasks\add.ctp on line 1 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
