예제 #1
0
파일: base.php 프로젝트: hardikamutech/loov
 public function customPage(array $params)
 {
     if (empty($params['key'])) {
         $this->assign('content', '');
         return;
     }
     $this->assign('content', $this->service->getCustomPage($params['key']));
 }