23 |
include('libs/XML/Server.php'); |
include('libs/XML/Server.php'); |
24 |
$s = new XML_RPC_Server(array( |
$s = new XML_RPC_Server(array( |
25 |
"query" => array( |
"query" => array( |
26 |
"function" => "nfo_query" |
"function" => "nfo_query" |
|
"signature" => array(array('struct','struct','struct')), |
|
27 |
), |
), |
28 |
"getContent" => array( |
"getContent" => array( |
29 |
"function" => "nfo_get_content", |
"function" => "nfo_get_content", |
57 |
#nfo_debug_write($nqlquery); |
#nfo_debug_write($nqlquery); |
58 |
$result = array(); |
$result = array(); |
59 |
cms_query($nqlquery,&$result); |
cms_query($nqlquery,&$result); |
60 |
#nfo_debug_write($result); |
nfo_debug_write($result); |
61 |
|
|
62 |
$structinfo = array(); |
$structinfo = array(); |
63 |
$structcontent = array(); |
$structcontent = array(); |