欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > thinkphp教程 >
thinkphp教程

thinkphp 3.2.3 调用主栏目下面的子栏目id

(元素模板) / 2020-11-23 11:57
thinkphp 3.2.3 调用主栏目下面的子栏目id
使用下面代码即可
function get_cate_children_ks($cate_id)
 
{
 
    $cate = M('keshi');
 
    //当子栏目的parent_id等于传入的栏目id时,查找出所有子栏目
 
    $cates = $cate->where(array('pid'=>$cate_id))->order('sort')->select();
 
    return $cates;//返回值
 
}
Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com