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

Evolt.org: Failover Database Connection with PHP + mySQL

Symfony Blog: Doctrine gains symfony citizenship in 1.2

DreamInCode.com: Preventing PHP Mail(...) Header Injections

IBM developerWorks: Understanding the Zend Framework, Part 2 (MVC & a Database)

Devshed: The Basics of Using the Prototype Pattern with PHP 5


Community Events











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


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

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