コード例 #1
0
ファイル: sql.php プロジェクト: Sywooch/dump
 function __construct(PDO $pdo, $tablePrefix = '')
 {
     parent::__construct();
     $this->engine = phpMorphy_Dict_Writer_Sql_Engine::create($pdo, strlen($tablePrefix) ? array($this, 'rewriteTableName_ByPrefix') : null, array($this, 'log'));
     $this->table_prefix = $tablePrefix . '_';
 }
コード例 #2
0
ファイル: xml.php プロジェクト: bendasvadim/NewsModxBox
 function __construct($outPath)
 {
     parent::__construct();
     $this->path = $outPath;
 }