Plugins and Routes
05 Sep 2006
Routes are a great feature, but if you try using them with Plugins you might find that you start pulling your hair out. Fear not however, there's always a solution and it's usually not that difficult. If you use routes of the form below, you can map directly to a plugin's page:
$Route->connect('/Something/*', array('controller' =>
'PluginName', 'action' => 'ControllerName',... $Route->connect('/Something/*', array('controller' =>'PluginName', 'action' => 'ControllerName',...