织梦DEDECMS调用栏目地址(非标签)的代码
$sql="SELECT*FROMdede_arctypewheretopid=0andishidden=0orderbysortrankasc,idasc";
$dsql->SetQuery($sql);
$
更多精彩就在: 51免费论文网|www.jxszl.com
dsql->Execute();
$topids=array();
while($arr=$dsql->GetArray())
{
$typeurl=GetOneTypeUrlA($arr);//获得栏目地址
}
原文链接:http://www.jxszl.com/biancheng/dedecms/75657.html
热门阅读