コード例 #1
0
ファイル: wfsarticle.php プロジェクト: severnaya99/Sg-2010
 function getFilesCount()
 {
     if (empty($this->articleid)) {
         return 0;
     }
     $this->files = WfsFiles::getAllbyArticle($this->articleid);
     return @count($this->files);
 }