迅睿CMS框架是一款PHP8高性能·簡單易用的CMS開源開發框架,基于MIT開源許可協議發布,免費且不限制商業使用,是免費開源的產品,以萬端互聯為設計理念,支持的微信公眾號、小程序、APP客戶端、移動端網站、PC網站等多終端式管理系統。
聯系官方銷售客服
1835022288
028-61286886
官方的我的回復列表 和我的收藏列表怎么在前端調用? (不是會員中心)
我的收藏
{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}
我的回復
{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}
我的收藏
我的回復