コード例 #1
0
ファイル: Page.php プロジェクト: DrTeamRocks/drmvc-framework
 /**
  * Page constructor.
  */
 public function __construct()
 {
     parent::__construct();
 }
コード例 #2
0
ファイル: Index.php プロジェクト: DrTeamRocks/drmvc-framework
 /**
  * Index constructor
  */
 public function __construct()
 {
     parent::__construct();
     // Create test class
     $this->_example = new Model_Example();
 }