迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
在自定义模板代码 的 接口里面是如何增加一组数组的?
{php $api[$key]['huifus']= {table table=news cid=1 num=5 order=inputtime return=shequ} {php $api[$key]['touxiang']=dr_avatar($shequ.uid);} {/table} }
{php $api[$key]['huifus']=[];} {table table=news cid=1 num=5 order=inputtime return=shequ} {php $api[$key_shequ]['touxiang']=dr_avatar($shequ.uid);} {/table}
{php $api[$key]['huifus']=[这里面增加table重复的数据];}
{php $api[$key]['huifus']=$return_shequ;} php代码你怎么写,这里就怎么写啊
{table}{/table}
好像这样不行