Articles tagged with "url"

Custom URLs from the Site Root

By Erik Schaeffer
A number of sites nowadays are offering custom, unique URLs for people. I'm sure we can all think of one small social networking site that does this. I had a need to do this within a new Cake app I'm writing. Plus, since I'm migrating from an existing site, this is a legacy feature that must be supported.
[Read more]

Adding friendly URLs to The Cake Blog Tutorial

By Mariano Iglesias
On this tutorial we'll learn how to modify The Cake Blog Tutorial to allow friendly URLs when accessing posts.
[Read more]

Sluggable Behavior

By Mariano Iglesias
This behavior lets your models act as slug-based models, useful for generating Search Engine friendly URLs. Easy to install, and easy to configure.
[Read more]

Using CAKE_ADMIN for multiple user types

By Egbert Teeselink
A simple hack allowing to use the functionality of CAKE_ADMIN for more than one usertype.
[Read more]