Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Oliver John Tibi's Blog:
Mobile-ize Your CakePHP Application
Dec 20, 2011 @ 15:11:10

In a new post to his blog, Oliver John Tibi has the first part of a series looking at mobile-izing your CakePHP application, making it mobile friendly when a mobile browser is detected.

I'll be writing a short series of posts on how to create a mobile version of your CakePHP app. I've always been bragging to my peers how awesome CakePHP is, and so now I'm writing a short tutorial on how to create a mobile-friendly version of a CakePHP app. I promise to make this as easy as possible.

In this first part of the series he helps you do two things - set up some custom routes for the mobile version of the site ("/m") and add in browser detection using the RequestHandler's "isMobile()" method.

tagged: mobile browser detect tutorial series cakephp framework

Link:


Trending Topics: