예제 #1
0
파일: Model.php 프로젝트: Bladefidz/Simplex
 public function __construct()
 {
     $this->conf = new \Core\Config();
     $this->sessionHandler = new \Libraries\SessionHandler();
     parent::__construct($this->conf->readDbConfig());
 }