コード例 #1
0
ファイル: DB.php プロジェクト: xdire/dude
 function __construct($configInstance = null, $useReusableConnection = true)
 {
     parent::__construct($configInstance, $useReusableConnection);
 }