XML_sql2xml::add

XML_sql2xml::add -- General method for adding new result sets

Referentiesamenvatting

require_once "XML/sql2xml.php";

void XML_sql2xml::add (string $resultset [, mixed $params = NULL])

Beschrijving

General method for adding new result sets to the object. Give a SQL statment, a PEAR::DB_result object or an array as input parameter and the method calls the appropriate method for this input.

Parameter

Note

Deze functie kan niet statisch worden aangeroepen.

Zie

XML_sql2xml::addResult(), XML_sql2xml::addSql(), XML_sql2xml::addArray(), XML_sql2xml::addXmlFile()

Voorbeeld