protected function _initialize()
 {
     parent::_initialize();
     //
     if (I('get.pid', 0) != 0) {
         $result = apiCall("Ucenter/Menu/getInfo", array(array('id' => I('get.pid'))));
         if ($result['status']) {
             $this->assign('parentMenu', $result['info']);
         } else {
             LogRecord('INFO:' . $result['info'], '[FILE] ' . __FILE__ . ' [LINE] ' . __LINE__);
             $this->error(L('UNKNOWN_ERR'));
         }
     }
 }
 protected function _initialize()
 {
     parent::_initialize();
     $this->assignTitle('日志管理');
 }
 protected function _initialize()
 {
     parent::_initialize();
 }
 protected function _initialize()
 {
     parent::_initialize();
     $this->assignTitle(L('C_CONFIG'));
 }