Thanks Adam!
I'm new to CakePHP (and MVC in general), but I did a bit of digging in
the manual and I'm thinking maybe this is possible with routing?
Basically, name the model "Xlist" or something, then change the
routing configuration to add:
Router::connect(
'/lists/*',
array('controller' => 'xlists')
);
Do you think that would work?
- Colin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---