REST for Zend Framework
July 3rd, 2008 jasoneisen Posted in Doctrine, REST, Zend |
I’ve created a small library to make my ZF apps more RESTful. If you’d like to take a look: http://code.google.com/p/restfulphp/.
Best examples I can provide at the moment are in the demo folder. The routes act nearly identical to those found in the pdf here.
$this->Url(array(), ‘plural_path’);
$this->Url(array(’id’=>$id), ‘edit_singular_path’);
etc…
I’ll post some better documentation and usage soon, but it’s a 3 day weekend coming up, plus it’s my birthday sat, so it may be a few days ![]()
Tags: Doctrine, php, REST, Zend, zend framework
July 29th, 2008 at 12:17 am
Oh hi!
August 27th, 2008 at 5:41 pm
any docs or usage yet…