On Mon, Dec 6, 2010 at 10:52 AM, Jeremy Burns | Class Outfit
<[email protected]> wrote:
> This works:
>
> foreach (Configure::read('Routing.prefixes') as $key => $prefix) {
>
>        Router::connect(
>                "/{$prefix}/users/logout",
>                array('controller' => 'users', 'action' => 'logout', $prefix 
> => null)
>        );
> }

That looks good, but it doesn't resolve the problem where you want to
create a link. Or do a redirect.

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