Showing posts with label crud. Show all posts
Showing posts with label crud. Show all posts

Monday, April 23, 2012

A RESTful persistence solution usable with backbone.js… in PHP?


I'll preface this with saying that I'm a crappy programmer, I'm sure that what I want to do could be done in 10 lines of node or Rails or something else, but PHP is what I have available.

Tuesday, February 14, 2012

Monday, January 16, 2012

HTTP PUT Parameter


I create a rest-webservice with the php framework "tonic". I have a User Class and handle it with the library. According to CRUD i use HTTP_PUT to UPDATE the User: