首页 > TAG信息列表 > CATEGORYS
首页:整合dev-tools 渲染一级分类数据
访问项目的 / 路径和 /index.html 都要到首页 @RequestMapping({"/", "index", "/index.html"}) public String indexPage(Model model) { // 获取一级分类所有缓存 List<CategoryEntity> categorys = categoryService.getLevel1Catego调栏目图片
phpcms调用最高父级栏目图片:{$CATEGORYS[$top_parentid][image]}phpcms调用直接父级栏目图片:{$CATEGORYS[$parentid][image]}phpcms调用当前栏目图片:{$CATEGORYS[$catid][image]}phpcms调用指定id的栏目图片:{$CATEGORYS[78][image]}假如二级栏目没有设置图片,那么默认调用父级栏目phpcms ID
当前栏目ID {$catid} 顶级栏目ID {$top_parentid} {$CATEGORYS[$top_parentid][catid]} 终极栏目ID <?php $a=explode(',', $CATEGORYS[$catid]['arrchildid']);$a=end($a);echo $a;?> 父栏目ID {$parentid} {$CATEGORYS[$parentid][catid]} 子栏目ID(不包含本身) {$arrchi