Discuz寻找“收藏”功能代码方法
Discuz帖子“收藏”功能执行链接为:https://域名/home.php?mod=spacecp&ac=favorite&type=thread&id=352...
mod=spacecp为执行的模块文件,文件位置:/source/module/home/home_spacecp.php
home_spacecp.php文件最后一行代码:
$ac为链接中的ac=favorite,引入的文件位置:/source/include/spacecp/spacecp_favorite.php
mod=spacecp为执行的模块文件,文件位置:/source/module/home/home_spacecp.php
home_spacecp.php文件最后一行代码:
- require_once libfile('spacecp/'.$ac, 'include');