当前位置: 首页 > 文档资料 > ThinkCMF 中文文档 >

指定分类下的所有子分类

优质
小牛编辑
131浏览
2023-12-01

X2.2.0新增

sp_get_all_child_terms($term_id)
功能:

指定分类下的所有子分类

参数:

$term_id: 分类id

返回:

类型array,指定分类下的所有子分类

使用:
$terms = sp_get_all_child_terms(1);