發(fā)表日期:2018-09 文章編輯:小燈 瀏覽次數(shù):1106
else if($action == 'push'){$row = $dsql->GetOne("Select * From dede_diyforms where diyid='$diyid'");$ds = file(('/dede/inc/fieldtype.txt'));foreach($ds as $d){$dds = explode(',',trim($d));$fieldtypes[$dds[0]] = $dds[1];}$fieldset = $row['info'];$dtp = new DedeTagParse();$dtp->SetNameSpace("field","<",">");$dtp->LoadSource($fieldset);$titleArray=array();$titleName=array();if(is_array($dtp->CTags)){foreach($dtp->CTags as $ctag){$itname = $ctag->GetAtt('itemname');if($itname=='') echo "沒指定";$titleArray[] = $itname;$titleName[]= $ctag->GetTagName();}}header('Content-Type: application/vnd.ms-excel');header('Content-Disposition: attachment; filename=demo.xls');header('Pragma: no-cache');header('Expires: 0');$title =$titleArray;include_once DEDEINC.'/datalistcp.class.php';if($diy->public == 2)$query = "SELECT * FROM `{$diy->table}` ORDER BY id DESC";else$query = "SELECT * FROM `{$diy->table}` WHERE ifcheck=1 ORDER BY id DESC";$datalist = new DataListCP();$datalist->pageSize = 10;$datalist->SetParameter('action', 'list');$datalist->SetParameter('diyid', $diyid);$datalist->SetSource($query); $rsArray = array();$datalist->dsql->Execute('dlist',$datalist->sourceSql);$i = 0;while($arr=$datalist->dsql->GetArray('dlist')){$i++;$object = array();foreach ($titleName as $va){$object[]=$arr[$va];}$rsArray[$i] = $object; }$data = $rsArray;echo iconv('utf-8', 'gbk', implode("\t", $title)), "\n";foreach ($data as $value) {echo iconv('utf-8', 'gbk', implode("\t", $value)), "\n";}exit;} |
日期:2018-09 瀏覽次數(shù):4438
日期:2018-09 瀏覽次數(shù):3072
日期:2018-09 瀏覽次數(shù):3906
日期:2018-09 瀏覽次數(shù):3841
日期:2018-09 瀏覽次數(shù):3399
日期:2018-09 瀏覽次數(shù):3789
日期:2018-09 瀏覽次數(shù):3236
日期:2018-09 瀏覽次數(shù):3502
日期:2018-09 瀏覽次數(shù):3245
日期:2018-09 瀏覽次數(shù):3278
日期:2018-09 瀏覽次數(shù):3015
日期:2018-09 瀏覽次數(shù):3571
日期:2018-09 瀏覽次數(shù):3546
日期:2018-09 瀏覽次數(shù):3121
日期:2018-09 瀏覽次數(shù):3036
日期:2018-09 瀏覽次數(shù):3806
日期:2018-08 瀏覽次數(shù):3007
日期:2018-08 瀏覽次數(shù):3167
日期:2018-08 瀏覽次數(shù):2981
日期:2018-08 瀏覽次數(shù):2987
日期:2018-08 瀏覽次數(shù):3033
日期:2018-08 瀏覽次數(shù):2794
日期:2018-08 瀏覽次數(shù):2914
日期:2018-08 瀏覽次數(shù):2862
日期:2018-08 瀏覽次數(shù):2883
日期:2018-08 瀏覽次數(shù):3043
日期:2018-08 瀏覽次數(shù):3101
日期:2018-08 瀏覽次數(shù):3427
日期:2018-08 瀏覽次數(shù):2952
日期:2018-08 瀏覽次數(shù):3260
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.