欢迎来到源码交易网,为站长提供交易担保服务 访问移动版
站长交易首选担保平台!
酷客淘

织梦CMS调用栏目的网站地址(非标签调用)

日期: 2019-06-25 08:34:58 人气: -

调动栏目的地址,静态时为静态访问地址,动态浏览时为动态访问地址。

$sql="SELECT * FROM dede_arctype where topid=0 and ishidden = 0 order by sortrank asc,id asc";
$dsql->SetQuery($sql);
$dsql->Execute();
$topids= array();
while($arr = $dsql->GetArray())
{
    $typeurl = GetOneTypeUrlA($arr);     //获得栏目地址
}