コード例 #1
0
ファイル: Model.php プロジェクト: Bladefidz/Simplex
 public function __construct()
 {
     $this->conf = new \Core\Config();
     $this->sessionHandler = new \Libraries\SessionHandler();
     parent::__construct($this->conf->readDbConfig());
 }