Exemplo n.º 1
0
 public function actionInfo()
 {
     //权限
     parent::_acl();
     //处理修改
     $this->_updateData(reqPost('config'));
     $this->render('info', array('config' => XXcache::loadData('_config')));
 }