Files
xinhu/webmain/model/agent/newsModel.php
2022-08-14 16:47:40 +08:00

17 lines
304 B
PHP

<?php
/**
新闻资讯
*/
class agent_newsClassModel extends agentModel
{
protected function agentrows($rows, $rowd, $uid){
$typearr = array();
if($this->loadci==1)$typearr = $this->flow->flowwesearchdata(1);
return array(
'rows' =>$rows,
'typearr' =>$typearr,
);
}
}