Example #1
0
 function cal()
 {
     $info = $this->jsonData;
     $name = $this->name ?: $info['defaultName'];
     $result['userTips'] = sprintf($info['tips'], $name);
     $result['item'] = $this->itemFormat($info['item']);
     return $this->cacheHtml = View::displayAsHtml($result, "plugin/cms/userinfo.php", false);
 }