Currently I have a REST route working for an Event controller (/event). I would like to handle Event SignU开发者_如何转开发ps in an EventSignUp controller, and map this controller to a /event/signups
With the Zend Framework, I am trying to build routes for a REST api on resources organized in the following pattern: