示例#1
0
 public function startup()
 {
     parent::startup();
     $this->template->setting = $this->setting = $this->settings->findAllByKeys();
     $this->template->wfont = $this->getHttpRequest()->getCookie('wfont');
 }