Documentation automatically generated from the source-code using phpDocumentor.
Official Homepage: xao-php.sourceforge.net
XAO
Official homepage | API home | class tree: XAO | index: XAO | all elements

Source for file XAO_XmlDb.php

Documentation is available at XAO_XmlDb.php


1 <?php
2 /**
3 * Import the basic DomDoc class for inheritance.
4 *
5 * This class is based on DomDoc and hence supports all of it's functionality,
6 * including it's ability to be consumed by another DomDoc based object.
7 *
8 * @import DomDoc
9 */
10 include_once "XAO_DomDoc.php";
11
12 /**
13 * Use XML-RPC facilities to access servers
14 *
15 * Import the RPC class to use [by reference] as a utitlity for accessing pure
16 * XML database servers.
17 *
18 * @import Rpc
19 */
20 include_once "XAO_Rpc.php";
21
22 /**
23 * Convert a result table from an SQL query into basic XML.
24 *
25 * Very simple conversion of SQL query results table to XML data which may then
26 * be transformed into a suitable structure. Optionally more complext usage can
27 * include the use of callback functions through the optional arguments to the
28 * constructor. See the constructor method documentation for details. This class
29 * extends DomDoc and therefore inherits all DomDoc capabilities.
30 *
31 * @author Terence Kearns
32 * @version 0.2
33 * @copyright Terence Kearns 2003
34 * @license LGPL
35 * @package XAO XML DB
36 * @link http://xao-php.sourceforge.net
37 */
38 class XmlDB extends DomDoc {
39 }
40
41 ?>

Documentation generated on Tue, 23 Sep 2003 18:34:13 +1000 by phpDocumentor 1.2.2