예제 #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);
 }