I normally do the Routing last, I start with the application first, routes are often related to SEO so that is not a primary concern. However, if you know you are going to require very specialized routes, taking those needs into consideration at the beginning is not bad.
I prefer the list_post approach. because listPost and listpost are not the same, but look very similar. So less mistakes to make with _ imo. -Mark On Jul 16, 11:29 pm, Isaac Raja <[email protected]> wrote: > Hi, > > what is the development flow in cakephp, define routers and then start > creating application > > or create application and then create routing config? > > also how to name the controller methods like Categories::list_post() > or Categories::listPost() ? > > Thanks > Isaac --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
