$search_list=ff_mysql_vod('wd:'.$search_wd.';year:'.$search_year.';limit:16;page:true;order:vod_'.$search_order.' desc;'.';area:'.$search_area.';language:'.$search_language.';tag:'.$search_tag.';cid:'.$search_cid.';actor:'.$search_actor); //dump(M('Vod')->getLastSql()); $page = $search_list[0]['page']; $param_add=''; if($search_cid){ $param_add.="-cid-".$search_cid; } if($search_tag){ $param_add.="-tag-".$search_tag; } if($param_add){ $page=str_replace("vod-search","vod-search".$param_add,$page); }
{$page}