Esempio n. 1
0
 /**
  * Constructor.
  * @param $argv array command-line arguments
  * 	If specified, the first argument should be the file to parse
  */
 function dbXMLtoSQL($argv = array())
 {
     parent::XmlToSqlTool($argv);
 }
Esempio n. 2
0
 /**
  * Constructor.
  * @param $argv array command-line arguments
  * 	If specified, the first argument should be the file to parse
  */
 function __construct($argv = array())
 {
     parent::__construct($argv);
 }