News Feed
Jobs Feed
Sections




News Archive
Brian Swan's Blog:
Retrieving Data with the OData SDK for PHP
March 19, 2010 @ 11:04:30

On his MSDN blog today Brian Swan has a new post looking at connecting PHP with the OData SDK (more on that here) to work with data over a HTTP interface/web service.

I'll start with an over simplification: OData is a protocol for creating data services that make it possible to retrieve and edit data using HTTP. More specifically, OData enables you to define a data model that lets clients address data as resources by using URIs. Data is retrieved and updated by using the HTTP actions of GET, POST, PUT, DELETE and MERGE.

He shows how to use the OData SDK for PHP to connect to a data source, build out some pre-generated classes and pull down the information from the Northwind service based on a customer ID.

0 comments voice your opinion now!
sdk odata data http webservice


blog comments powered by Disqus

Similar Posts

Paul James' Blog: HTTP Authentication with HTML Forms

O'Reilly: Code As Data: Reflection in PHP

PHPBuilder.com: Transfer Data via Multiple Protocols with Libcurl

Manfred Weber's Blog: Consuming PHP SOAP Webservices with Flash - Part I

Brian Swan's Blog: Getting Started with SQL Server Reporting Services (SSRS) and PHP


Community Events











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


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

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