News Feed
Jobs Feed
Sections




News Archive
Brian Swan's Blog:
CRUD Operations with the OData SDK for PHP
March 24, 2010 @ 11:17:28

Brian Swan continues his look at using the oData data feeds from PHP with this new look at creating some of the basic CRUD (create, read, update, delete) operations via the oData SDK for PHP.

This week I will go one step farther and look at how to perform CREATE, UPDATE, and DELETE operations (CRUD operations) with the generated classes. Of course, this means that I need access to a read-write service, so before writing PHP code for CRUD operations, I'll walk you through the steps for creating a service that implements the OData protocol.

He shows how to create the oData service (with a few screenshots), making the proxy classes for the connection and using methods like "AddObject", "UpdateObject" and "DeleteObject" to work directly with the data feed.

0 comments voice your opinion now!
crud operation odata tutorial sdk


blog comments powered by Disqus

Similar Posts

Sameer Borate's Blog: Encrypting uploaded files in PHP

IBM developerWorks: Locking down your PHP applications

JSLabs Blog: How to write an image gallery script in PHP

WebReference.com: Building a Weblog: Part 4

Larry Garfield's Blog: Good SPL intro


Community Events











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


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

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