Home
last modified time | relevance | path

Searched refs:get_newslist (Results 1 – 5 of 5) sorted by relevance

/dports/www/phpgroupware/phpgroupware-0.9.16.017/news_admin/inc/
H A Dclass.bonews.inc.php81 function get_newslist($cat_id, $start=0, $order='',$sort='',$limit=0,$activeonly=False) function in bonews
105 $news = $this->sonews->get_newslist($cats, $start,$order,$sort,$limit,$activeonly,$this->total);
H A Dclass.uinews.inc.php90 $this->bo->get_newslist($this->cat_id,$this->start,'','',$limit,True);
181 $newslist = $this->bo->get_newslist($this->cat_id,0,'','',5,True);
494 $items = $this->bo->get_newslist($this->cat_id,$this->start,$this->order,$this->sort);
H A Dclass.sonews.inc.php27 function get_newslist($cat_id, $start, $order,$sort,$limit=0,$activeonly,&$total) function in sonews
/dports/www/phpgroupware/phpgroupware-0.9.16.017/news_admin/website/
H A Dexport.php70 $news = $news_obj->get_newslist($cat_id, 0,'','',$limit,True);
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/modules/
H A Dclass.module_news.inc.php86 $newslist = $bonews->get_newslist($arguments['category'],$arguments['start'],'','',$limit,True);