Tag Archives: route

How to: Implement Dynamic Route in CakePHP

I’ve found a method to implement Dynamic Route in CakePHP. If we develop a CMS program using CakePHP, we often let people to define their menu code. The menu code basically is the URL path. For example: An admin create a menu named ‘Milk Product’, and give this menu a code ‘product’. He wish to [...]

  • Share/Bookmark