示例#1
0
 public function fndPrevArt($a_id)
 {
     $dao = new Dao_ArtsModel();
     return $dao->fndPrevArt($a_id);
 }