On Mon, Mar 2, 2009 at 11:09 AM, Josh Prowse <[email protected]> wrote:
>
> Hey Mal!
>
> Are you talking about your local /app/config/routes.php file, or is
> there some other file that contains those Router::connect statements?
> I'm having the same problem as you guys, and I can't figure out how to
> get my logins to work. AAAAIGH!!!

Yes, that's the only place in which to put routing info.

> On Feb 4, 5:36 am, MalContented <[email protected]> wrote:
>> I don't think so,  I have the following 2 lines in routes.php
>>
>> Router::connect('/login', array('controller' => 'user', 'action' =>
>> 'login'));
>> Router::connect('/logout', array('controller' => 'user', 'action' =>
>> 'logout'));

Shouldn't the controller value be "users"?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to