Z-Blog Wiki Z-Blog Wiki

Z-Blog官方文库

用户工具

站点工具


zblogphp:development:plugin:interfacestc

差别

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

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
zblogphp:development:plugin:interfacestc [2020/07/29 09:38]
唐朝
zblogphp:development:plugin:interfacestc [2020/12/22 18:26] (当前版本)
唐朝
行 1: 行 1:
-====== Z-BlogPHP 系统接口列表 TC ======+====== Z-BlogPHP 系统接口列表 ​(TC唐朝版) ​======
 为了应对各种各样的扩展需求,Z-BlogPHP提供了几类插件接口供开发者使用,要说明如下 为了应对各种各样的扩展需求,Z-BlogPHP提供了几类插件接口供开发者使用,要说明如下
   * **管理页面输出类**:这一类接口一般用于在后台现有管理页面中添加按钮或者扩展选项内容   * **管理页面输出类**:这一类接口一般用于在后台现有管理页面中添加按钮或者扩展选项内容
行 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.1595986705.txt · 最后更改: 2020/07/29 09:38 由 唐朝