![]() |
Codeigniter for Mobile! - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Codeigniter for Mobile! (/showthread.php?tid=22270) |
Codeigniter for Mobile! - El Forum - 09-03-2009 [eluser]cavi1905[/eluser] Hello everybody! I want to design a site for mobile browser with Codeigniter.. Where do I begin? Help me! Thanks! Codeigniter for Mobile! - El Forum - 09-03-2009 [eluser]n0xie[/eluser] There is no difference, besides maybe adjusting the views so they fit on a smaller screen. Codeigniter for Mobile! - El Forum - 09-03-2009 [eluser]nEJC[/eluser] ... and this is the best thing about CI - you create 2 different views and serve the appropriate one. No other code changes needed ![]() Codeigniter for Mobile! - El Forum - 09-03-2009 [eluser]kurucu[/eluser] Are you talking WAP, or just a more friendly small-screen layout? In the second case, you might not need separate views but just different CSS... which could be served by CI automatically providing the CSS for the user_agent. |