On Fri, Apr 25, 2008 at 9:26 PM, Greg Donald <[EMAIL PROTECTED]> wrote: > On Wed, Apr 23, 2008 at 3:40 PM, Greg Donald <[EMAIL PROTECTED]> wrote: > > In these docs: > > > > http://framework.zend.com/manual/en/zend.rest.server.html > > > > there is a require for My/Service/Class.php. What might that class look > like? > > > Anyone? > > > Thanks,
The way this works is that you attach your service class to the REST server and let it handle all requests from there. And the methods if the class have to be statics, that's all. I know there is no real example, but I think it works along the lines of Zend_XmlRpc_Server (haven't tried it though). Till
