Hi,

Don't know if this helps or is what you mean, but on the bottom of:
http://manual.cakephp.org/chapter/plugins

it says:
"You can have a default controller with the name of your plugin. If you
do that, you can access it via /[plugin]/action. For example, a plugin
named 'users' with a controller named UsersController can be accessed
at /users/add if there is no plugin called AddController in your
[plugin]/controllers folder."

In your case: when you have a plugin "test" with a default
TestController you can access it with "/test" without extra routing.

-- macjoost


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to