get_parent_mid() get_parent_mid( $category, $id, $update) 获取全部父级的mid值, 或者更新 Parameters $category $id $update
_limit_page_where() _limit_page_where(object $select, $param) : \Phpcmf\intval 条件查询 Parameters object $select 查询对象 $param Returns \Phpcmf\intval
get_categorys() get_categorys(array $data = array()) : boolean 找出子目录列表 Parameters array $data Returns boolean
get_pids() get_pids(integer $catid, array $pids = '', integer $n = 1) : string 获取父栏目ID列表 Parameters integer $catid 栏目ID array $pids 父目录ID integer $n 查找的层次 Returns string
get_childids() get_childids( $catid, $n = 1) : string 获取子栏目ID列表 Parameters $catid 栏目ID $n Returns string