News Feed
Jobs Feed
Sections




News Archive
TechChorus Blog:
Create RESTful Applications Using The Zend Framework
November 18, 2009 @ 11:09:32

New on the TechChorus blog there's a quick tutorial from Sudeer looking at making a RESTful web service with the Zend Framework.

The Zend Framework 1.9 release added a new feature - Zend_Rest_Controller. Zend_Rest_Controller and Zend_Rest_Route classes go hand in hand. In the previous versions of the Zend Framework, we have had the Zend_Rest_Server component. We still have. [...] In this article let us explore how to make use of Zend_Rest_Route and Zend_Rest_Controller to build a RESTful server application. Zend_Rest_Route routes the request to the appropriate module, controller and action depending on the HTTP request method and URI.

Written on the base of the quickstart project from the Zend Framework tutorial site, they create a simple REST service that handles the get, put, post and delete requests through a series of methods in the controller. A response is hard-coded for each and a few examples of how to call the service via curl commands.

0 comments voice your opinion now!
rest tutorial zendframework webservice


blog comments powered by Disqus

Similar Posts

Internet.com: Plotting Map Markers Dynamically Using the Google Maps API, jQuery, PHP, and MySQL

Inside Open Source: Two New Articles (Date/Time & Services_Google)

Lee Blue's Blog: How To Sort A Zend_Db_Table_Rowset

Court Ewing's Blog: PHP Integration with Salesforce CRM

DevShed: An Introduction to Using the Decorator Pattern with PHP


Community Events











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


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

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