On Nov 11, 8:43 pm, "Jon Bennett" <[EMAIL PROTECTED]> wrote:

> One question, with the following route:
>
> Router::connect("/articles/:action",
>                 array("controller"=>"articles"),
>                 array("action" => "list|controller|actions|here")
>         );
>
> Am I right in thinking I need to list ALL methods my Articles
> controller has here? Is that just public or private as well?

Only public, route-able actions go here.  This is required because
every other pattern is going to be captured as a category by the route
following 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