Home  >  Article  >  php教程  >  dedecms 获得某分类连接的URL与某个类目的超链接信息

dedecms 获得某分类连接的URL与某个类目的超链接信息

WBOY
WBOYOriginal
2016-06-08 17:27:51916browse


//获得某分类连接的URL
function GetOneTypeUrl($typeinfos)
{
return GetTypeUrl();
}
//获得某个类目的超链接信息
function GetOneTypeLink($typeinfos)
{
$typepage = $this->GetOneTypeUrl($typeinfos);
$typelink = "".$typeinfos['typename']."";
return $typelink;
}

 


function GetChannelList

($typeid=0,$reid=0,$row=8,$typetype='sun',$innertext='',
$col=1,$tablewidth=100,$myinnertext='')
{
}
}

上面些函数在TypeLink.class.php教程文件

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn