Ejemplo n.º 1
0
 public function __construct()
 {
     $this->_header = 'Failed Login Attempts';
     $this->_modelName = 'attempt';
     parent::__construct();
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     $this->_header = 'System Errors';
     $this->_modelName = 'error';
     parent::__construct();
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     $this->_header = 'Not Found Pages';
     $this->_modelName = 'log';
     parent::__construct();
 }