Ok, I think using routes I may be able to accomplish this. Can anyone
tell me what will happen with this route:

Router::connect('/*', array('controller' => 'plugins', 'action' =>
'subdispatch'));

>From what I understand, then everything will match to that - or should
that line -the "/*" definitely not happen?

~stillboy

On Jun 7, 7:43 am, stillboy <[EMAIL PROTECTED]> wrote:
> I would like to be able to have a single controller that handles other
> controllers . Basically I want to be able to 'install' a controller
> without modifying any files, so the 'installed' controller and views
> would live as text in the database and be called on either via the
> handlercontroller/installedcontroller/function/values or directly.
>
> Anyone have any idea how I might go about doing this?
>
> Thank you in advance!
>
> ~stillboy

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to