迅睿CMS框架是一款PHP8高性能·簡(jiǎn)單易用的CMS開源開發(fā)框架,基于MIT開源許可協(xié)議發(fā)布,免費(fèi)且不限制商業(yè)使用,是免費(fèi)開源的產(chǎn)品,以萬端互聯(lián)為設(shè)計(jì)理念,支持的微信公眾號(hào)、小程序、APP客戶端、移動(dòng)端網(wǎng)站、PC網(wǎng)站等多終端式管理系統(tǒng)。
聯(lián)系官方銷售客服
1835022288
028-61286886
官方的我的回復(fù)列表 和我的收藏列表怎么在前端調(diào)用? (不是會(huì)員中心)
我的收藏
{if $member} <?php $ids=[];$table=dr_module_table_prefix(APP_DIR, SITE_ID).'_favorite';?> {table table=$table uid=$member.uid} <?php $ids[]=$t['cid'];?> {/table} {if $ids} <?php $ids=implode(',', $ids);?> {module IN_id=$ids order=updatetime page=1 pagesize=40 urlrule=wendacms cache=300} xxxxxxxxxx {/module} {/if} {/if}
我的回復(fù)
{if $member} <?php $ids=[];$table=dr_module_table_prefix(APP_DIR, SITE_ID).'_comment';?> {table table=$table uid=$member.uid} <?php $ids[]=$t['cid'];?> {/table} {if $ids} <?php $ids=implode(',', $ids);?> {module IN_id=$ids order=updatetime page=1 pagesize=40 urlrule=wendacms cache=300} xxxxxxxxxx {/module} {/if} {/if}
我的收藏
我的回復(fù)