Archive for May, 2007

CakePHP Routes

Posted by michael on May 9th, 2007 under General
 •  11 Comments

The documentation covering routes in CakePHP is a bit confusing, and doesn’t quite cover how you can you use paths in the URL as method parameters. I’ll cover how I used them in a recent app in this short article.
Routing in CakePHP is similar to using Apache’s mod_rewrite to give you pretty URLS, for example, [...]