コード例 #1
0
ファイル: class.php プロジェクト: Nuriana/FINAL
 public function __construct(db_config $db)
 {
     $this->mysqli = $db->getLink();
 }