Z-Blog Wiki Z-Blog Wiki

Z-Blog官方文库

用户工具

站点工具


zblogphp:development:plugin:interfacestc

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
zblogphp:development:plugin:interfacestc [2020/07/25 12:27]
唐朝
zblogphp:development:plugin:interfacestc [2020/12/22 18:26] (当前版本)
唐朝
行 1: 行 1:
-====== Z-BlogPHP 系统接口列表 TC ======+====== Z-BlogPHP 系统接口列表 ​(TC唐朝版) ​======
 为了应对各种各样的扩展需求,Z-BlogPHP提供了几类插件接口供开发者使用,要说明如下 为了应对各种各样的扩展需求,Z-BlogPHP提供了几类插件接口供开发者使用,要说明如下
   * **管理页面输出类**:这一类接口一般用于在后台现有管理页面中添加按钮或者扩展选项内容   * **管理页面输出类**:这一类接口一般用于在后台现有管理页面中添加按钮或者扩展选项内容
行 16: 行 16:
  
 ^接口名称 ^ 接口参数 ^ 接口描述 ​ ^ ^接口名称 ^ 接口参数 ^ 接口描述 ​ ^
-|[[zblogphp:​development:​plugin:​interfaces:​filter_plugin_admin_articlemng_submenu]] ​ |  |文章管理子菜单 ​ | +|[[zblogphp:​development:​plugin:​interfacestc:​filter_plugin_admin_articlemng_submenu]] ​ |  |文章管理子菜单 ​ | 
-|[[zblogphp:​development:​plugin:​interfaces:​filter_plugin_admin_pagemng_submenu]] ​ |  |页面管理 ​ | +|[[zblogphp:​development:​plugin:​interfacestc:​filter_plugin_admin_pagemng_submenu]] ​ |  |页面管理子菜单 ​ | 
-|[[zblogphp:​development:​plugin:​interfaces:​filter_plugin_edit_begin]] ​ |  |文章页面编辑页开始接口 ​ | +|[[zblogphp:​development:​plugin:​interfacestc:​filter_plugin_edit_begin]] ​ |  |文章页面编辑页开始接口 ​ | 
-|[[zblogphp:​development:​plugin:​interfaces:​filter_plugin_edit_end]] ​ |  |文章页面编辑页结束接口 ​ | +|[[zblogphp:​development:​plugin:​interfacestc:​filter_plugin_edit_end]] ​ |  |文章页面编辑页结束接口 ​ | 
-|[[zblogphp:​development:​plugin:​interfaces:​filter_plugin_edit_response]] ​ |  |文章页面编辑1号输出接口 ​ | +|[[zblogphp:​development:​plugin:​interfacestc:​filter_plugin_edit_response]] ​ |  |文章页面编辑1号输出接口 ​ | 
-|[[zblogphp:​development:​plugin:​interfaces:​filter_plugin_edit_response2]] ​ |  |文章页面编辑2号输出接口 ​ | +|[[zblogphp:​development:​plugin:​interfacestc:​filter_plugin_edit_response2]] ​ |  |文章页面编辑2号输出接口 ​ | 
-|[[zblogphp:​development:​plugin:​interfaces:​filter_plugin_edit_response3]] ​ |  |文章页面编辑3号输出接口 ​ | +|[[zblogphp:​development:​plugin:​interfacestc:​filter_plugin_edit_response3]] ​ |  |文章页面编辑3号输出接口 ​ | 
  
 ==== 接管系统方法 ==== ==== 接管系统方法 ====
  
 ^接口名称 ^ 接口参数 ^ 接口描述 ​ ^  ^接口名称 ^ 接口参数 ^ 接口描述 ​ ^ 
-|[[zblogphp:​development:​plugin:​interfaces:​filter_plugin_postarticle_core|Filter_Plugin_PostArticle_Core]] ​ |article ​ |文章提交的核心接口 ​ | +|[[zblogphp:​development:​plugin:​interfacestc:​filter_plugin_postarticle_core|Filter_Plugin_PostArticle_Core]] ​ |article ​ |文章提交的核心接口 ​ | 
-|[[zblogphp:​development:​plugin:​interfaces:​filter_plugin_postarticle_succeed|Filter_Plugin_PostArticle_Succeed]] ​ |article ​ |文章编辑成功的接口 ​ | +|[[zblogphp:​development:​plugin:​interfacestc:​filter_plugin_postarticle_succeed|Filter_Plugin_PostArticle_Succeed]] ​ |article ​ |文章编辑成功的接口 ​ | 
-|[[zblogphp:​development:​plugin:​interfaces::​filter_plugin_delarticle_succeed|Filter_Plugin_DelArticle_Succeed]] ​ |article ​ |文章删除成功的接口 ​ | +|[[zblogphp:​development:​plugin:​interfacestc::​filter_plugin_delarticle_succeed|Filter_Plugin_DelArticle_Succeed]] ​ |article ​ |文章删除成功的接口 ​ | 
-|[[zblogphp:​development:​plugin:​interfaces::​filter_plugin_postpage_core|Filter_Plugin_PostPage_Core]] ​ |article ​ |页面编辑的核心接口 ​ | +|[[zblogphp:​development:​plugin:​interfacestc::​filter_plugin_postpage_core|Filter_Plugin_PostPage_Core]] ​ |article ​ |页面编辑的核心接口 ​ | 
-|[[zblogphp:​development:​plugin:​interfaces:​filter_plugin_postpage_succeed|Filter_Plugin_PostPage_Succeed]] ​ |article ​ |页面编辑成功的接口 ​ |  +|[[zblogphp:​development:​plugin:​interfacestc:​filter_plugin_postpage_succeed|Filter_Plugin_PostPage_Succeed]] ​ |article ​ |页面编辑成功的接口 ​ |  
-|[[zblogphp:​development:​plugin:​interfaces::​filter_plugin_delpage_succeed|Filter_Plugin_DelPage_Succeed]] ​ |article ​ |页面删除成功的接口 ​ | +|[[zblogphp:​development:​plugin:​interfacestc::​filter_plugin_delpage_succeed|Filter_Plugin_DelPage_Succeed]] ​ |article ​ |页面删除成功的接口 ​ | 
-|[[zblogphp:​development:​plugin:​interfaces::​filter_plugin_post_call|Filter_Plugin_Post_Call]] ​ |post,​method,​args ​ |Post类的魔术方法接口 ​ |+|[[zblogphp:​development:​plugin:​interfacestc::​filter_plugin_post_call|Filter_Plugin_Post_Call]] ​ |post,​method,​args ​ |Post类的魔术方法接口 ​ |
 ===== 分类相关接口 ===== ===== 分类相关接口 =====
 ==== 管理页面输出 ==== ==== 管理页面输出 ====
  
 ^接口名称 ^  接口参数 ^接口描述 ​ ^ ^接口名称 ^  接口参数 ^接口描述 ​ ^
-|[[zblogphp:​development:​plugin:​interfaces::​filter_plugin_admin_categorymng_submenu|Filter_Plugin_Admin_CategoryMng_SubMenu]] | |分类管理页面子菜单 ​ | +|[[zblogphp:​development:​plugin:​interfacestc::​filter_plugin_admin_categorymng_submenu|Filter_Plugin_Admin_CategoryMng_SubMenu]] | |分类管理页面子菜单 ​ | 
-|[[zblogphp:​development:​plugin:​interfaces::​filter_plugin_category_edit_response|Filter_Plugin_Category_Edit_Response]]| |分类编辑页输出接口 ​ |+|[[zblogphp:​development:​plugin:​interfacestc::​filter_plugin_category_edit_response|Filter_Plugin_Category_Edit_Response]]| |分类编辑页输出接口 ​ |
 ==== 接管系统方法 ==== ==== 接管系统方法 ====
 ^接口名称 ^ 接口参数 ^ 接口描述 ​ ^ ^接口名称 ^ 接口参数 ^ 接口描述 ​ ^
-|[[zblogphp:​development:​plugin:​interfaces::​filter_plugin_postcategory_core|Filter_Plugin_PostCategory_Core]] ​ |cate  |分类编辑的核心接口 ​ |  +|[[zblogphp:​development:​plugin:​interfacestc::​filter_plugin_postcategory_core|Filter_Plugin_PostCategory_Core]] ​ |cate  |分类编辑的核心接口 ​ |  
-|[[zblogphp:​development:​plugin:​interfaces::​filter_plugin_postcategory_succeed|Filter_Plugin_PostCategory_Succeed]] ​ |cate  |分类编辑成功的接口 ​ |  +|[[zblogphp:​development:​plugin:​interfacestc::​filter_plugin_postcategory_succeed|Filter_Plugin_PostCategory_Succeed]] ​ |cate  |分类编辑成功的接口 ​ |  
-|[[zblogphp:​development:​plugin:​interfaces::​filter_plugin_delcategory_succeed|Filter_Plugin_DelCategory_Succeed]] ​ |cate  |分类删除成功的接口 ​ | +|[[zblogphp:​development:​plugin:​interfacestc::​filter_plugin_delcategory_succeed|Filter_Plugin_DelCategory_Succeed]] ​ |cate  |分类删除成功的接口 ​ | 
-|[[zblogphp:​development:​plugin:​interfaces::​filter_plugin_category_call|Filter_Plugin_Category_Call]] ​ |category,​method,​args ​ |Category类的魔术方法接口 ​ |+|[[zblogphp:​development:​plugin:​interfacestc::​filter_plugin_category_call|Filter_Plugin_Category_Call]] ​ |category,​method,​args ​ |Category类的魔术方法接口 ​ |
 ===== 评论接口 ===== ===== 评论接口 =====
 ^接口名称 ^ 接口参数 ^ 接口描述 ​ ^ ^接口名称 ^ 接口参数 ^ 接口描述 ​ ^
-|[[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类的生成模块内容的接口 ​ |
zblogphp/development/plugin/interfacestc.1595651223.txt · 最后更改: 2020/07/25 12:27 由 唐朝