示例#1
0
文件: class.php 项目: Nuriana/FINAL
 public function __construct(db_config $db)
 {
     $this->mysqli = $db->getLink();
 }