Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

ZendCasts.com:
RESTful Delete with SLIM, jQuery and JSON
Dec 13, 2011 @ 15:56:34

Continuing on with his webcast series looking at using the Slim microframework to create a RESTful web service with JSON Output, John Lebensold takes the code from the previous tutorials (part one, two, three) and adds handling for DELETE to remove values from the data.

This tutorial will show you how to add jQuery RESTful calls for using the DELETE verb when deleting items via a JSON REST interface.

You'll definitely need to check out either the previous tutorials in the series to follow along with the code or grab the current source to see how everything's structured.

tagged: rest webservice jquery frontend delete verb tutorial webcast

Link:


Trending Topics: