On 2 Mar, 18:28, brian <[email protected]> wrote:
> On Mon, Mar 2, 2009 at 11:09 AM, Josh Prowse <[email protected]> wrote:
>
> > HeyMal!
>
> > 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.
Correct!  I removed all the routes I have added and have used absolute
paths wherever.

>
> > 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"?

We're using a legacy database and had to disable the inflector as the
data model is fairly complex.
 (IMHO it's stupid to impose this sort of thing anyway and cake can
just barely do the job.  Symfony was far easier but the powers that be
won't let us use it).

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