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