这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
zblogphp:development:plugin:interfacestc [2020/07/27 18:09] 唐朝 |
zblogphp:development:plugin:interfacestc [2020/12/22 18:26] (当前版本) 唐朝 |
||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== Z-BlogPHP 系统接口列表 TC ====== | + | ====== Z-BlogPHP 系统接口列表 (TC唐朝版) ====== |
为了应对各种各样的扩展需求,Z-BlogPHP提供了几类插件接口供开发者使用,要说明如下 | 为了应对各种各样的扩展需求,Z-BlogPHP提供了几类插件接口供开发者使用,要说明如下 | ||
* **管理页面输出类**:这一类接口一般用于在后台现有管理页面中添加按钮或者扩展选项内容 | * **管理页面输出类**:这一类接口一般用于在后台现有管理页面中添加按钮或者扩展选项内容 | ||
行 48: | 行 48: | ||
===== 评论接口 ===== | ===== 评论接口 ===== | ||
^接口名称 ^ 接口参数 ^ 接口描述 ^ | ^接口名称 ^ 接口参数 ^ 接口描述 ^ | ||
- | |[[zblogphp:development:plugin:interfaces::filter_plugin_admin_commentmng_submenu|Filter_Plugin_Admin_CommentMng_SubMenu]] | |评论管理 | | + | |[[zblogphp:development:plugin:interfacestc::filter_plugin_admin_commentmng_submenu|Filter_Plugin_Admin_CommentMng_SubMenu]] | |评论管理页面子菜单 | |
- | |[[zblogphp:development:plugin:interfaces::filter_plugin_postcomment_core|Filter_Plugin_PostComment_Core]] |cmt |评论发表的核心接口 | | + | |[[zblogphp:development:plugin:interfacestc::filter_plugin_postcomment_core|Filter_Plugin_PostComment_Core]] |cmt |评论发表的核心接口 | |
- | |[[zblogphp:development:plugin:interfaces::filter_plugin_postcomment_succeed|Filter_Plugin_PostComment_Succeed]] |cmt |评论发表成功的接口 | | + | |[[zblogphp:development:plugin:interfacestc::filter_plugin_postcomment_succeed|Filter_Plugin_PostComment_Succeed]] |cmt |评论发表成功的接口 | |
- | |[[zblogphp:development:plugin:interfaces::filter_plugin_checkcomment_core|Filter_Plugin_CheckComment_Core]] |cmt |评论审核的核心接口 | | + | |[[zblogphp:development:plugin:interfacestc::filter_plugin_checkcomment_core|Filter_Plugin_CheckComment_Core]] |cmt |评论审核的核心接口 | |
- | |[[zblogphp:development:plugin:interfaces::filter_plugin_checkcomment_succeed|Filter_Plugin_CheckComment_Succeed]] |cmt |评论审核成功的接口 | | + | |[[zblogphp:development:plugin:interfacestc::filter_plugin_checkcomment_succeed|Filter_Plugin_CheckComment_Succeed]] |cmt |评论审核成功的接口 | |
- | |[[zblogphp:development:plugin:interfaces::filter_plugin_delcomment_succeed|Filter_Plugin_DelComment_Succeed]] |cmt |评论删除成功的接口 | | + | |[[zblogphp:development:plugin:interfacestc::filter_plugin_delcomment_succeed|Filter_Plugin_DelComment_Succeed]] |cmt |评论删除成功的接口 | |
- | |[[zblogphp:development:plugin:interfaces::filter_plugin_comment_call|Filter_Plugin_Comment_Call]] |comment,method,args |Comment类的魔术方法接口 | | + | |[[zblogphp:development:plugin:interfacestc::filter_plugin_comment_call|Filter_Plugin_Comment_Call]] |comment,method,args |Comment类的魔术方法接口 | |
===== 用户接口 ===== | ===== 用户接口 ===== | ||
行 99: | 行 99: | ||
===== 浏览接口 ===== | ===== 浏览接口 ===== | ||
^接口名称 ^ 接口参数 ^ 接口描述 ^ | ^接口名称 ^ 接口参数 ^ 接口描述 ^ | ||
- | |[[zblogphp:development:plugin:interfaces::filter_plugin_index_begin|Filter_Plugin_Index_Begin]] | |定义index.php接口 起动 | | + | |[[zblogphp:development:plugin:interfacestc::filter_plugin_index_begin|Filter_Plugin_Index_Begin]] | |定义index.php接口 起动 | |
|[[zblogphp:development:plugin:interfaces::filter_plugin_index_end|Filter_Plugin_Index_End]] | |定义index.php接口 结束 | | |[[zblogphp:development:plugin:interfaces::filter_plugin_index_end|Filter_Plugin_Index_End]] | |定义index.php接口 结束 | | ||
|[[zblogphp:development:plugin:interfaces::filter_plugin_html_js_add|Filter_Plugin_Html_Js_Add]] | |c_html_js_add.php脚本调用,JS页接口需要强制开启 | | |[[zblogphp:development:plugin:interfaces::filter_plugin_html_js_add|Filter_Plugin_Html_Js_Add]] | |c_html_js_add.php脚本调用,JS页接口需要强制开启 | | ||
行 105: | 行 105: | ||
|[[zblogphp:development:plugin:interfaces::filter_plugin_feed_begin|Filter_Plugin_Feed_Begin]] | |Feed页接口,可以接管Feed页。 | | |[[zblogphp:development:plugin:interfaces::filter_plugin_feed_begin|Filter_Plugin_Feed_Begin]] | |Feed页接口,可以接管Feed页。 | | ||
|[[zblogphp:development:plugin:interfaces::filter_plugin_viewauto_begin|Filter_Plugin_ViewAuto_Begin]] |url |定义列表输出接口 | | |[[zblogphp:development:plugin:interfaces::filter_plugin_viewauto_begin|Filter_Plugin_ViewAuto_Begin]] |url |定义列表输出接口 | | ||
- | |[[zblogphp:development:plugin:interfaces::filter_plugin_viewlist_begin|Filter_Plugin_ViewList_Begin]] |page,cate,auth,date,tags |定义列表输出接口 | | + | |[[zblogphp:development:plugin:interfacestc::filter_plugin_viewlist_begin|Filter_Plugin_ViewList_Begin]] |page,cate,auth,date,tags |定义列表输出接口 | |
|[[zblogphp:development:plugin:interfaces::filter_plugin_viewpost_begin|Filter_Plugin_ViewPost_Begin]] |id,alias |定义列表输出接口 | | |[[zblogphp:development:plugin:interfaces::filter_plugin_viewpost_begin|Filter_Plugin_ViewPost_Begin]] |id,alias |定义列表输出接口 | | ||
|[[zblogphp:development:plugin:interfaces::filter_plugin_viewlist_template|Filter_Plugin_ViewList_Template]] |template |处理列表页模板接口 | | |[[zblogphp:development:plugin:interfaces::filter_plugin_viewlist_template|Filter_Plugin_ViewList_Template]] |template |处理列表页模板接口 | | ||
- | |[[zblogphp:development:plugin:interfaces::filter_plugin_viewpost_template|Filter_Plugin_ViewPost_Template]] |template |处理文章页模板接口 | | + | |[[zblogphp:development:plugin:interfacestc::filter_plugin_viewpost_template|Filter_Plugin_ViewPost_Template]] |template |处理文章页模板接口 | |
|[[zblogphp:development:plugin:interfaces::filter_plugin_viewcomments_template|Filter_Plugin_ViewComments_Template]] |template |处理评论模板接口 | | |[[zblogphp:development:plugin:interfaces::filter_plugin_viewcomments_template|Filter_Plugin_ViewComments_Template]] |template |处理评论模板接口 | | ||
===== 系统接口 ===== | ===== 系统接口 ===== | ||
行 117: | 行 117: | ||
|[[zblogphp:development:plugin:interfaces::filter_plugin_zbp_checkrights|Filter_Plugin_Zbp_CheckRightsByLevel]] |level,action |Zbp类的检查权限接口(检查指定level) | | |[[zblogphp:development:plugin:interfaces::filter_plugin_zbp_checkrights|Filter_Plugin_Zbp_CheckRightsByLevel]] |level,action |Zbp类的检查权限接口(检查指定level) | | ||
|[[zblogphp:development:plugin:interfaces::filter_plugin_zbp_showerror|Filter_Plugin_Zbp_ShowError]] |idortext |Zbp类的显示错误接口 | | |[[zblogphp:development:plugin:interfaces::filter_plugin_zbp_showerror|Filter_Plugin_Zbp_ShowError]] |idortext |Zbp类的显示错误接口 | | ||
- | |[[zblogphp:development:plugin:interfaces::filter_plugin_zbp_buildtemplate|Filter_Plugin_Zbp_BuildTemplate]] |template |Zbp类的重新编译模板接口 | | + | |[[zblogphp:development:plugin:interfacestc::filter_plugin_zbp_buildtemplate|Filter_Plugin_Zbp_BuildTemplate]] |template |Zbp类的重新编译模板接口 | |
|[[zblogphp:development:plugin:interfaces::filter_plugin_zbp_maketemplatetags|Filter_Plugin_Zbp_MakeTemplatetags]] |template |Zbp类的生成模板标签接口 | | |[[zblogphp:development:plugin:interfaces::filter_plugin_zbp_maketemplatetags|Filter_Plugin_Zbp_MakeTemplatetags]] |template |Zbp类的生成模板标签接口 | | ||
|[[zblogphp:development:plugin:interfaces::filter_plugin_zbp_buildmodule|Filter_Plugin_Zbp_BuildModule]] | |Zbp类的生成模块内容的接口 | | |[[zblogphp:development:plugin:interfaces::filter_plugin_zbp_buildmodule|Filter_Plugin_Zbp_BuildModule]] | |Zbp类的生成模块内容的接口 | |