How do you know that the plugin is compatiable?

On 11/10/2008, jan <[EMAIL PROTECTED]> wrote:
>
> 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?.
>
>
>
> >
>


-- 
Xavier A. Mathews
Student/Developer/Web-Master
GG Client Based Tech Support Specialist
Hazel Crest Illinois
[EMAIL PROTECTED]@[EMAIL PROTECTED]
"Fear of a name, only increases fear of the thing itself."

--~--~---------~--~----~------------~-------~--~----~
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