예제 #1
0
파일: class.php 프로젝트: Nuriana/FINAL
 public function __construct(db_config $db)
 {
     $this->mysqli = $db->getLink();
 }