示例#1
0
文件: Db.php 项目: excitom/megan-mvc
 public function __construct()
 {
     $this->dbh = DbConn::getConnection();
 }