Welcome Guest, Not a member yet? Register   Sign In
XML-RPC Server functions delegation
#5

[eluser]eMSi_113[/eluser]
Here's the code:

Code:
$config['functions']['challenges.send'] = array('function' => 'challenges.send');
$config['object'] = $this;
$this->xmlrpcs->initialize($config);

Controller:
Code:
class challenges extends Controller
{
    function send($request) { /* code */ }
}

that's all there is really.


Messages In This Thread
XML-RPC Server functions delegation - by El Forum - 02-12-2010, 06:22 AM
XML-RPC Server functions delegation - by El Forum - 02-13-2010, 09:22 AM
XML-RPC Server functions delegation - by El Forum - 02-20-2010, 02:22 PM
XML-RPC Server functions delegation - by El Forum - 02-20-2010, 02:28 PM
XML-RPC Server functions delegation - by El Forum - 02-24-2010, 07:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB