Introduction
By convention, URLs in CakePHP are formed by the controller name, followed by the action, and then any parameters passed to the action. Routing allows you to customize this by defining exactly how a certain controller or action is called via the URL.
In this chapter, we'll look at a couple of routing solutions and how to achieve them with the framework.