Is Form in the $helpers array?

On Sep 24, 11:58 am, Kyle <bikehikecl...@aol.com> wrote:
> I made my own helper to check if a user is logged in.
>
> When I add the helper to the appcontroller rather than to each
> individual controller it throws back:
>
> Notice (8): Undefined property: View::$Form [APP\views\users
> \login.ctp, line 3]
> Fatal error: Call to a member function create() on a non-object in C:
> \wamp\www\cl\app\views\users\login.ctp on line 3
>
> My login.ctp file is this:
> <h2>Login</h2>
> <?php
> echo $this->Form->create('User', array('url' => array('controller' =>
> 'users', 'action' =>'login')));
> echo $this->Form->input('User.username');
> echo $this->Form->input('User.password');
> echo $this->Form->end('Login');
> ?>
>
> What is causing this?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to