v5:axmls:adoschema
adoSchema
Syntax
object adoSchema( obj $db )
Description
Creating an adoSchema object is the first step in processing an XML schema. The only parameter is an ADOdb database connection object, which must already have been created.
Example Usage
include 'adodb/adodb.inc.php'; include 'adodb/adodb-xmlschema03.inc.php'; $db = newAdoConnction('mysqli'); $db->connect('','user','pass','employees'); $axmls = new adoSchema($db);
v5/axmls/adoschema.txt · Last modified: 2016/01/13 02:26 by mnewnham