News Feed
Jobs Feed
Sections




News Archive
Graham Bird's Blog:
Extra-pretty URLs with slugs
June 21, 2006 @ 12:45:35

As the CakePHP framework grows in popularity, more and more tutorials are show up for it, including this quick and handy one from Graham Bird. In it, he explains the use of "slugs" instead of IDs to make URLs simpler to use and remember.

In this tutorial you will learn how to use words rather than IDs in your Cake URLs. These words are known as "slugs" in Wordpress so I decided to call them slugs too.

Cake's normal URLs look like this: www.example.com/stories/read/123245221
and we are going to make them look like this: www.example.com/stories/read/sleepingbeauty

Thanks to the simplicity of the framework, the tutorial is pretty short, using one of CakePHP's "magic functions" to help cross-match the slug given with a table in the database with a slug/title relationship. There's not much code to it and he provides a demo

0 comments voice your opinion now!
cakephp tutorial slugs id simple database cakephp tutorial slugs id simple database


blog comments powered by Disqus

Similar Posts

PhPL33t Blog: How to Automated Plesk Email Creation

NETTUTS.com: Getting Started with Magento Ecommerce!

Cake Baker's Blog: FindABaker Job Board Started

Jonathan Snook's Blog: Creating a Contact Form in CakePHP 1.2

Christoph Dorn's Blog: Gain insight into your cache interaction with FirePHP Companion


Community Events











Don't see your event here?
Let us know!


language introduction opinion code unittest podcast tool release object framework interview phpunit zendframework2 functional development application example series testing community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework