//获取指定分类的所有子分类ID号
function
getAllChildcateIds(
$categoryID
)
{
//初始化ID数组
$array
[] =
;
do
$ids
=
''
$where
[
'pid'
] =
array
(
'in'
,
);
$cate
= M(
'cate'
)->where(
)->select();
foreach
as
$k
=>
$v
点赞 收藏 讨论 分享 举报
上一篇:msxml3.dll 错误 '800c0008' 指定资源下载失败??
下一篇:asp数据强制转换的方法
讨论数量:1