I'm finally taking the plunge and building a site in 1.2 after years of working with 1.1.
I love the way that xml files are put in the view subfolder and I'm hoping there's an equally simple solution for mobile users. My thoughts were that I could create a subfolder called 'mob' and when a user goes to www.mysite.com/index.mob they're automatically served up the mobile version of index.ctp - and best of all, all the links on the page would be to .mob pages - automagically built by $html->link The benefit of this approach is that all the same controllers and models would be used saving sync issues between two different versions of the app directory structure. Is it possible to have Cake work like this? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
