On Dec 16, 2010, at 05:54, keymaster wrote: > Our flash developer wants to create a totally flash front end to our > cake app. > > He is asking us to change our view layer to render XML instead of > HTML, for all views, including forms. > > The flash front end will build the forms based on the XML it receives, > then submit the form in the format cake expects. > > Is there any clean way to do this? > > Are we forced to build our own custom form helper to generate an XML > representation, or is it possible to somehow coax/override cake's form > helper to output XML instead of HTML?
I would implore you not to attempt this. Flash does not exist on the increasingly-popular iPhone, iPod touch or iPad, and many desktop users use a Flash blocker so they're not bothered by it there either. Flash is awful and should die already. Please use standard HTML which will work great in all browsers. 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
