コード例 #1
0
ファイル: BasePresenter.php プロジェクト: klajmajk/futro
 public function __construct(Database\Context $database)
 {
     parent::__construct();
     $this->db = $database;
     $this->timezone = new \DateTimeZone('Europe/Prague');
 }