On Dec 14, 7:49 am, shinu thomas <[email protected]> wrote: > I have created a website using cake php.I want to redesign it to > mobile version.Is their any template to create mobile website using > Existing ctp files.Or i need to create separate views for mobile > browsers.can any body tell me some details about this.. Thanks in > advance...
I'd suggest creating a mobile theme. As a start that would be a theme with only layouts. Of course if you need to change media urls or any other structural html changes - you then have the possibility to override views/ elements. Jeremy bear in mind that if you send "fat" html to a mobile device and simply hide/resize things - the browser still requests the full size images/videos/pdfs/whatever. There are limits to what you can/should do with responsive design. IMO. AD -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
