News Feed
Jobs Feed
Sections




News Archive
C7Y:
REST and Resource Handling with CakePHP
May 15, 2008 @ 12:04:26

On the C7Y website, a new tutorial has been posted from Nate Abele (following his previous CakePHP-related article) covering the use of the framework to create a REST web service and manage resources inside of it.

We're going to take these concepts [from the previous article] further and add a new one: REST. In the course of this series so far, we've only been discussing how to use the Router to examine and act on different parts of a URL.

He gives a list of possible headers that could come from a client (like Accept-Charset or Content-Type) and how these can be directly pulled in to the CakePHP routing system. A few extra bits of code later and your app can be mapping requests directly to the controllers for the actions the user's requesting. All that's left is to serialize the results back into XML to echo out.

0 comments voice your opinion now!
cakephp tutorial resource rest handle webservice


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Building Your Own URL Shortener

Joshua Thijssen: Introducing the REST cookbook

Felix Geisendörfer's Blog: Containable 2.0 BETA

PHPFreaks.com: Regular Expressions (Part1) - Basic Syntax

WebReferece.com: Building a Weblog: Part 2


Community Events











Don't see your event here?
Let us know!


podcast interview language introduction api phpunit release example development composer community zendframework2 database testing opinion framework code functional application series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework