I am currently rewriting an old application for a travel agency. The old application uses php and is a mess of spaghetti string programming. I am moving it to cakephp for obvious reasons (cake rocks!)
I really would like to create a REST compliant server side that would allow a number of different client 'front ends' to work with the data. What I have found is that PUT and DELETE are not yet supported by browsers. The solutions that I have run across all say to tunnel the PUT and DELETE requests through POST using a '_method' parameter. Does anyone have an opinion on this approach? Is there a better approach? Are there really any truly REST compliant applications yet? or am I missing something major here? Any help/opinions would be greatly appreciated. GJ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
