Ejemplo n.º 1
0
 public function getCachedBoards()
 {
     if ($this->_cachedBoards == null) {
         $this->_cachedBoards = YiiForum::getAppParam('cachedBoards');
     }
     return $this->_cachedBoards;
 }