public function userInfoAction()
 {
     $this->objBase->userInfoAction();
     //$this->objBase->userInfoAction();
     //
     //$this->tag->prependTitle('个人信息');
     //
     //$form = new UserInfoEditForm();
     //$this->assign('form', $form);
     //
     //if (IS_POST) {
     //
     //    //验证数据
     //    if ( ! $form->isValid()) {
     //        foreach ($form->getMessages() as $message) {
     //            $this->flash->error($message);
     //        }
     //        return ;
     //    }
     //
     //    if ( ! self::$service->updateCommon($this->request->getPost(), $this->user)) {
     //        $this->flash->error('更新数据失败');
     //    }
     //}
 }
 public function userInfoAction()
 {
     $this->objBase->userInfoAction();
 }