On 7/8/07, guoqiang qian <[EMAIL PROTECTED]> wrote:
hi, I use Zend_Xmlrpc_Server,If I write a xmlrpc of method, need to return to a Zend_XmlRpc_Response object?
No, you attach your method/class and return whatever you need returned. Make sure your code documentation works for reflection. The examples on the manual show you how. Till
