News Feed
Jobs Feed
Sections




News Archive
Jonathan Snook's Blog:
Building a URL Shortener (with CakePHP)
April 27, 2009 @ 12:06:23

With recent discussions about URL shortners, Jonathan Snook decided to work up his own quick version using some of the built-in routing of the CakePHP framework.

With all the talk of URL shortening services, I decided to add a quick service into Snook.ca, which is run on CakePHP, to redirect a short URL to a post. Because my static content already has short URLs and all I have are posts, creating a short URL handler for it was very easy.

His shortener is used on his posts for his blog to redirect the smaller URLs back to the post they reference. The result is a route that connects something like "/s/id_number" over to the correct post (as seen here). He also offers a suggestion for a "super-compressed" URL tat converts it down to a three-character shortened version that can then be easily converted back down to the decimal equivalent.

3 comments voice your opinion now!
cakephp framework url shortener short route custom


blog comments powered by Disqus

Similar Posts

DevShed: Intercepting Customized Exceptions in PHP 5

The Bakery: Four New Articles - Load Balancing, Request Info, UUID Behavior & Upload Thumbnails

IBM developerWorks: Understanding the Zend Framework, Part 2 (MVC & a Database)

Eran Galperin's Blog: Handling mail and mime in PHP using the Zend Framework

Tom Schlick's Blog: Wrench for FuelPHP


Community Events











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


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

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