Example #1
0
 /**
  * 后置控制器
  * @param  [type] $routeResult [description]
  * @return [type]              [description]
  */
 public function afterRun($routeResult)
 {
     parent::afterRun($routeResult);
 }
Example #2
0
 /**
  * 后置控制器
  * @param  [type] $routeResult [description]
  * @return [type]              [description]
  */
 public function afterRun($routeResult)
 {
     parent::afterRun($routeResult);
     switch ($this->_action) {
         case 'add':
         case 'del':
         case 'mod':
             Doo::logger()->info(' ip:' . getIP() . ' user:'******' ip:' . getIP() . ' user:' . $this->_opname);
             break;
     }
 }