I had a calendar plugin, having a calendar as the plugin folder name.
And have 2 controllers named Calendar(same as the plugin name) and and
Event.
So basically, we could set a route
Router::connect('/events/:action/*', array('plugin'=>'calendar',
'controller'=>'events'));
Router::connect('/calendar/:action/*', array('plugin'=>'calendar',
'controller'=>'calendar'));
localhost/events seems to work fine, but
localhost/calendar doesn't.
any ideas whats wrong?.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---