Home
last modified time | relevance | path

Searched refs:sonews (Results 1 – 2 of 2) sorted by relevance

/dports/www/phpgroupware/phpgroupware-0.9.16.017/news_admin/inc/
H A Dclass.bonews.inc.php19 var $sonews; variable in bonews
34 $this->sonews = CreateObject('news_admin.sonews');
105 $news = $this->sonews->get_newslist($cats, $start,$order,$sort,$limit,$activeonly,$this->total);
120 $news = $this->sonews->get_all_public_news($limit);
130 $this->sonews->delete($news_id);
136 $this->sonews->add($news) :
142 $oldnews = $this->sonews->get_news($news['id']);
145 $this->sonews->edit($news) :
293 $news = $this->sonews->get_news($news_id);
H A Dclass.sonews.inc.php17 class sonews class
21 function sonews() function in sonews