迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
多级导航循环导航的api接口是哪个?比如循环出如图的一级二级导航:
插件教程:https://www.xunruicms.com/doc/app-361.html
{category module=share pid=0} {php $api[$key]=[];} {php $api[$key]['id']=$t['id'];} {php $api[$key]['name']=$t['name'];} {php $api[$key]['next']=[];} {if $t.child} {category module=share pid=$t.id return=t2} {php $api[$key]['next'][$key_t2]=[];} {php $api[$key]['next'][$key_t2]['id']=$t2['id'];} {php $api[$key]['next'][$key_t2]['name']=$t2['name'];} {/category} {/if} {/category}