Possible Duplicate:
change layout and template in zend dynamically according to the device(android tab,iphone,ipad) which the user use for browsing
I am developing a magazine store that has to loaded as web view on different devices ,i have two approaches in mind.
- changing the template and view path folder in bootstrap file according to the device
-
making different modules for different device .
note:the device resolution, ht and width are already analyzed according to the resolution template selection process has to be done.
suggest a better solution among above or share other ideas which u are having.
Consider using Responsive Web Design.