Creating a mobile version for my web app in CodeIgniter
        Posted  
        
            by KeyStroke
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by KeyStroke
        
        
        
        Published on 2010-05-27T12:22:55Z
        Indexed on 
            2010/05/27
            13:11 UTC
        
        
        Read the original article
        Hit count: 358
        
Hi there,
I'm using CodeIgniter to develop a new web app, and I'd like to create a mobile version that users get redirect to when they visit it from their phones.
The mobile version of the app should have a different flow, so swapping CSS/HTML files in the code is not an option for me since the mobile version and the web version will handle things differently in their Controllers and Views, while sharing the same Models.
Anyway how I could do this efficiently?
Your help is much appreciated. :)
© Stack Overflow or respective owner