Ivan, I know there are a lot of Web Services out there that are using cake. Mostly because Cake offers a lot of flexibility with the ability of creating subdomains and using the bootstrap file to grab the subdomain and pass the $_GET['url'] with the name of the account being the subdomain.
I've setup a major service named The Easy API, you can find it at http://theeasyapi.com what we do is provide an API that interfaces and standardizes other API's together into one commonly accessible API. Another one I setup is County Criminal at http://www.countycriminal.com where it offers an API in the backend and also uses a lot of sub- domain rewriting but is all done with cake. Web services have a lot of advantages, the main one being the ability to update your code without having to send program updates. It also allows you to have control over security and new features. Web services are really powerful because it doesn't rely on the person who is using the web service's server. Most the time when you get new software the software has to ensure it will work on whatever machine it's going on. Not true with Web Services, since the modern web services operate without dependencies on the remote server. Take care and hope I answered your question, Chad On Feb 10, 11:52 pm, ivan <[email protected]> wrote: > Please give me teory to webservice cakePHP. How webservice CakePHP > work? What the advantages of using webservice in cakePHP? 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
