这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
zblogphp:development:plugin:interfacestc [2020/08/18 18:45] zx.asd |
zblogphp:development:plugin:interfacestc [2020/12/22 18:26] (当前版本) 唐朝 |
||
---|---|---|---|
行 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类的生成模块内容的接口 | |