Welcome Guest, Not a member yet? Register   Sign In
XML-RPC to JSON-RPC Library
#1
Brick 

Hello!

Two questions:

1) There's a way to convert all output server data from the XML-RPC CodeIgniter Library to JSON-RPC format? I don't know but, simply passing a parameter like:
PHP Code:
$this->xmlrpc->send_error_message('404','Not Found','json'); /* with 'json' explicited, outputs json data */
//or...
$this->xmlrpc->send_response($message,'json'); /* with 'json' explicited, outputs json data */
// ;) 

2) Anyone knows a library "jsonrpc" for CodeIgniter?
Reply




Theme © iAndrew 2016 - Forum software by © MyBB