Reputation: 611
Is it possible to write web services in CakePHP? any sample tutorial?
Upvotes: 1
Views: 3464
Reputation: 83289
Yes, just format the output as XML or JSON or something else instead of HTML.
Upvotes: 2
Reputation: 101231
Webservices are not really different from normal web applications. The main difference is the output.
Because you don't tell what kind of service you want to build, I only can give general advice.
Upvotes: 2