示例#1
0
 /**
  * Page constructor.
  */
 public function __construct()
 {
     parent::__construct();
 }
示例#2
0
 /**
  * Index constructor
  */
 public function __construct()
 {
     parent::__construct();
     // Create test class
     $this->_example = new Model_Example();
 }