JewelThief
JewelThief

Reputation: 611

how to write web services using cakephp

Is it possible to write web services in CakePHP? any sample tutorial?

Upvotes: 1

Views: 3464

Answers (2)

Matt Huggins
Matt Huggins

Reputation: 83289

Yes, just format the output as XML or JSON or something else instead of HTML.

Upvotes: 2

Ikke
Ikke

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

Related Questions