Hi everyone !

I'm trying to use a route to manage a PUT request and it doesn't work at all. 

I can't use a Rest_Route because I'm building a generic object that manages the 
Rest requests for many "controllers" beeing send back to a generic tool : 

        $route = new  Zend_Controller_Router_Route("/objects/", 
array('table'=>'objects', 'controller'=>'jrs', 'action'=>'index'));
        $this->_front->getRouter()->addRoute('objects', $route);   

I have many of these on my initializer and it's very usefull. However when I 
make a PUT request (modification of an object) the router fails to send the 
request to my jrs controller that is supposed to manage the request. 

Is there a way out of this ? 

Thanks for any help, I'm really lost...

Z.


--
My dojo & zend framework experience, the good, the bad with code samples ;-)

http://practicalphpajax.wordpress.com/




                                          
_________________________________________________________________
Hotmail : un service de messagerie gratuit, fiable et complet
https://signup.live.com/signup.aspx?id=60969

Reply via email to