Пример #1
0
 public function nbNotRead()
 {
     if ($this->nbNotRead < 0) {
         $catDAO = new FreshRSS_CategoryDAO();
         $this->nbNotRead = $catDAO->countNotRead($this->id());
     }
     return $this->nbNotRead;
 }