addons:xmlrpc
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
addons:xmlrpc [2015/11/04 04:24] – mnewnham | addons:xmlrpc [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== The xmlrpc interface ====== | ||
- | <WRAP right box> | ||
- | requires ' | ||
- | </ | ||
- | ===== Description ===== | ||
- | This experimantal contribution creates an interface between an ADOdb recordset and the xmlrpc standard. The interface has 2 dependencies | ||
- | * The PHP [[http:// | ||
- | * The [[https:// | ||
- | ===== API ===== | ||
- | The API exposes 3 public methods: | ||
- | ---------- | ||
- | ==== rs2xmlrpcval ==== | ||
- | <WRAP right box> | ||
- | == Syntax == | ||
- | string rs2xmlrpcval( | ||
- | obj $recordeSet | ||
- | ) | ||
- | </ | ||
- | The method '' | ||
- | === Usage === | ||
- | <code php> | ||
- | include ' | ||
- | /* | ||
- | * Connection assumed | ||
- | */ | ||
- | $sql = ' | ||
- | $result = $db-> | ||
- | $rpc = rs2xmlrpc($result); | ||
- | |||
- | print $rpc; | ||
- | /* | ||
- | * prints the rpc object | ||
- | */ | ||
- | </ | ||
- | --------------------------------------- | ||
- | ===== xmlrpcval2rs ===== | ||
- | <WRAP alert> | ||
- | Due to lack of maintenance this method is broken | ||
- | </ | ||
- | <WRAP right box> | ||
- | == Syntax == | ||
- | ADODBrecordset xmlrpcval2rs ( | ||
- | string $xmlrpcval | ||
- | ) | ||
- | </ | ||
- | The method '' | ||
- | --------------------------------------- | ||
- | ===== rs2xmlrpcstring ===== | ||
- | <WRAP alert> | ||
- | Due to lack of maintenance this method is broken | ||
- | </ | ||
- | <WRAP right box> | ||
- | == Syntax == | ||
- | ADODBrecordset rs2xmlrpcstring ( | ||
- | string $xmlrpcval | ||
- | ) | ||
- | </ | ||
- | The method '' |
addons/xmlrpc.1446607472.txt.gz · Last modified: 2017/04/21 11:19 (external edit)