Пример #1
0
 private function _createCache()
 {
     if ($this->_modelMenu->createCache()) {
         $this->_utilMsg->showMsg('缓存生成成功', 1);
     } else {
         $this->_utilMsg->showMsg('缓存生成失败' - 2);
     }
 }
Пример #2
0
 private function _createCache()
 {
     if ($this->_modelMenu->createCache()) {
         $this->_utilMsg->showMsg(Tools::getLang('CACHE_SUCCERR', 'Common'), 1);
     } else {
         $this->_utilMsg->showMsg(Tools::getLang('CACHE_ERROR', 'Common'), -2);
     }
 }