Ejemplo n.º 1
0
 protected function _setupEnvironment()
 {
     parent::_setupEnvironment();
     // disable strict reporting
     error_reporting(E_ALL);
     return $this;
 }