I took the blog example from the cakephp manual to explain what I want, but i'm not developping a blog but a web gallery, for example : I have 2 galleries : foo, and bar I want to access them from http://host/galleries/foo and http://host/galleries/bar If someone try something else like http://host/galleries/notexistinggallery then my index function will render a page saying the gallery did not exist.
And I want also to have for example : http://host/galleries/list to get the list of existing galleries. So if I have understood, the only way is to create a route for each other funtions. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
