* @since 1.0 */ class SystemlogController extends FecadminbaseController { # 我的账户 public function actionManager() { //echo $this->action->id ;exit; $data = $this->getBlock()->getLastData(); return $this->render($this->action->id,$data); } }