newsModel.php 304 B

1234567891011121314151617
  1. <?php
  2. /**
  3. 新闻资讯
  4. */
  5. class agent_newsClassModel extends agentModel
  6. {
  7. protected function agentrows($rows, $rowd, $uid){
  8. $typearr = array();
  9. if($this->loadci==1)$typearr = $this->flow->flowwesearchdata(1);
  10. return array(
  11. 'rows' =>$rows,
  12. 'typearr' =>$typearr,
  13. );
  14. }
  15. }
粤ICP备19079148号