コード例 #1
0
ファイル: Db.php プロジェクト: excitom/megan-mvc
 public function __construct()
 {
     $this->dbh = DbConn::getConnection();
 }