News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
PHP REST Server (Part 2 of 3)
September 03, 2008 @ 12:04:26

Lorna Mitchell has posted the second part of her series detailing her REST server development project (part one is here).

This is part 2 of my rest service writing article. In part 1 we saw the library which holds the functionality we will be using, and we also handled the incoming request and captured all the data we'll be using.

In this second part she gets into the details behind the handle() method of the class. It splits the URL into its parts and, based on the action requested, hands it off to the right method and calls the output() method to return to the user. Some error handling is also included (with custom exceptions).

0 comments voice your opinion now!
rest server service tutorial class exception custom


blog comments powered by Disqus

Similar Posts

DevShed: Building an Image Generator Class with PHP 5

DevShed: Working with MySQL and Sessions to Serialize Objects in PHP (Part 3)

Zend Developer Zone: Zend_Controller_Action, Now With Parameters!

PHPEverywhere: Simple Easy Parallel Processing in PHP

NETTUTS.com: How to Open Zip Files with PHP


Community Events











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


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

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