示例#1
0
文件: dbXMLtoSQL.php 项目: sedici/ocs
 /**
  * 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);
 }
示例#2
0
文件: dbXMLtoSQL.php 项目: pkp/ojs
 /**
  * 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);
 }