News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
Building A RESTful PHP Server Routing the Request
January 23, 2012 @ 11:14:11

Lorna Mitchell is back with a second installment in her "Building a RESTful PHP Server" series with this new post about handling and routing the incoming requests. (You can find the first part about working with the request here)

This is the second part of a series, showing how you might write a RESTful API using PHP. This part covers the routing, autoloading, and controller code for the service, and follows on from the first installment which showed how to parse the incoming request to get all the information you need.

She shows how to grab the controller name from the incoming request (based on her previous code), create the object for it and execute the requested action name. Also included is a sample autoloader and a basic controller - a UsersController with "getAction" and "postAction" methods for responding to GET and POST requests.

0 comments voice your opinion now!
restful server tutorial request routing controller get post action


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Exploring PHP’s IMAP Library, Part 2

Vanessa Vasile's Blog:Using PHP to Extract Image Exif Data

Site News: Popular Posts for the Week of 01.04.2008

DevChix: Getting started with YUI's Connection Manager in Rails and PHP

SitePoint PHP Blog: The Joy of Regular Expressions [4]


Community Events











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


interview usergroup database zendframework2 community podcast phpunit opinion conference symfony2 release framework functional example introduction development rest series language testing

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