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