zblog系统接口大全 zblog系统接口整理

zblog系统接口大全

接口名说明参数
备注
1Filter_Plugin_Admin_ArticleMng_SubMenu文章管理SubMenu(章管理SubMenu)
2Filter_Plugin_Admin_ArticleMng_Table文章管理页表处理(1.5.1加入)$article,$tabletds,$tableths
3Filter_Plugin_Admin_Begin后台管理页的启动接口,可以拦截后台管理请求实现自己的管理
4Filter_Plugin_Admin_CategoryMng_SubMenu分类管理
5Filter_Plugin_Admin_CategoryMng_Table分类管理页表处理(1.5.1加入)$category,$tabletds,$tableths
6Filter_Plugin_Admin_CommentMng_SubMenu评论管理
7Filter_Plugin_Admin_CommentMng_Table评论管理页表处理(1.5.1加入)$cmt,$tabletds,$tableths,$article
8Filter_Plugin_Admin_End后台管理页的终结接口
9Filter_Plugin_Admin_Footer定义后台首页footer接口
10Filter_Plugin_Admin_Header定义后台首页header接口
11Filter_Plugin_Admin_Js_Addc_admin_js_add.php脚本页的接口(定义后台左侧栏接口)
12Filter_Plugin_Admin_LeftMenu定义后台左侧栏接口(用户管理)$leftmenus
备注:无
13Filter_Plugin_Admin_MemberMng_SubMenu用户管理
14Filter_Plugin_Admin_ModuleMng_SubMenu模块管理
15Filter_Plugin_Admin_Other_Action后台管理页的拦截后台管理请求实现自己的Action
备注:$action, $admin_function
16Filter_Plugin_Admin_PageMng_SubMenu页面管理
17Filter_Plugin_Admin_PageMng_Table页面管理页表处理(1.5.1加入)$article,$tabletds,$tableths
18Filter_Plugin_Admin_PluginMng_SubMenu插件管理
19Filter_Plugin_Admin_SettingMng_SubMenu设置管理(后台网站设置管理)
20Filter_Plugin_Admin_SiteInfo_SubMenu后台首页SubMenu
21Filter_Plugin_Admin_TagMng_SubMenu标签管理
22Filter_Plugin_Admin_TagMng_TableTag管理页表处理(1.5.1加入)$tag,$tabletds,$tableths
23Filter_Plugin_Admin_ThemeMng_SubMenu主题管理
24Filter_Plugin_Admin_TopMenu定义后台顶部导航栏接口$topmenus
25Filter_Plugin_Admin_UploadMng_SubMenu

26Filter_Plugin_Admin_UploadMng_Table附件管理页表处理(1.5.1加入)$upload,$tabletds,$tableths
备注:$upload, $ret, $tableHeaders
27Filter_Plugin_App_Pack(应用打包)
备注:$this, $this->dirs, $this->files
28Filter_Plugin_Autoload监控autoload魔术方法(自动加载类文件)$classname
29Filter_Plugin_Category_CallCategory类(重载可通过接口Filter_Plugin_Category_Call添加自定义函数)$category,$method,$args
备注:可通过接口Filter_Plugin_Category_Call添加自定义函数
30Filter_Plugin_Category_DelCategory类的Del方法接口$category
备注:$this
31Filter_Plugin_Category_Edit_Response分类编辑页输出接口(1号输出接口)
32Filter_Plugin_Category_Edit_SubMenu分类编辑页菜单(1.5.1加入)
33Filter_Plugin_Category_Get干预Category类Get方法的接口$this,$method
备注:$this, $name
34Filter_Plugin_Category_SaveCategory类的Save方法接口$category
备注:$this
35Filter_Plugin_Category_Set干预Category类Set方法的接口$this,$method,$arg
备注:$this, $name, $value
36Filter_Plugin_Category_Url干预Category类Url方法的接口$this
37Filter_Plugin_CheckComment_Core评论审核的核心接口(检查评论数据并保存、更新计数、更新“最新评论”模块.)$cmt
38Filter_Plugin_CheckComment_Succeed评论审核成功的接口(检查评论数据并保存、更新计数、更新“最新评论”模块)$cmt
39Filter_Plugin_Cmd_Ajaxcmd.php的Ajax命令专用接口,插件需要自行判断权限
40Filter_Plugin_Cmd_Begincmd.php的启动接口,可以在这里拦截各种action
41Filter_Plugin_Comment_CallComment类的魔术方法接口$comment,$method,$args
备注:$this, $method, $args
42Filter_Plugin_Comment_DelComment类的Del方法接口$comment
备注:$this
43Filter_Plugin_Comment_Get干预Comment类Get方法的接口$this,$method
备注:$this, $name
44Filter_Plugin_Comment_SaveComment类的Save方法接口(保存评论数据)$comment
备注:$this
45Filter_Plugin_Comment_Set干预Comment类Set方法的接口$this,$method,$arg
备注:$this, $name, $value
46Filter_Plugin_CSP_Backend后台CSP接口(1.5.2加入)xml
备注:$defaultCSP
47Filter_Plugin_DbSql_FilterDbSql类的SQL过滤和统计方法接口(返回经过过滤的SQL语句)$method,$args
备注:$sql
48Filter_Plugin_Debug_Display定义ZBlogException的Display函数的接口(输出错误信息.)
备注:$error
49Filter_Plugin_Debug_Handler定义Debug_Shutdown_Handler,Debug_Exception_Handler,Debug_Error_Handler函数的接口(错误调度提示)$type类型(Shutdown|Exception|Error)$error错误数据(对象或数组)
备注:'Error', array($errno, $errstr, $errfile, $errline)
50Filter_Plugin_Debug_Handler定义Debug_Shutdown_Handler,Debug_Exception_Handler,Debug_Error_Handler函数的接口$type类型(Shutdown|Exception|Error)$error错误数据(对象或数组)
备注:'Exception', $exception
51Filter_Plugin_Debug_Handler定义Debug_Shutdown_Handler,Debug_Exception_Handler,Debug_Error_Handler函数的接口(当机错误处理)$type类型(Shutdown|Exception|Error)$error错误数据(对象或数组)
备注:'Shutdown', $error
52Filter_Plugin_DelArticle_Succeed文章删除成功的接口$article
53Filter_Plugin_DelCategory_Succeed分类删除成功的接口(删除分类)$cate
54Filter_Plugin_DelComment_Succeed评论删除成功的接口(删除评论)$cmt
55Filter_Plugin_DelMember_Succeed会员删除成功的接口(删除用户)$mem
56Filter_Plugin_DelModule_Succeed模块删除成功的接口(删除模块)$mod
57Filter_Plugin_DelPage_Succeed页面删除成功的接口(删除页面)$article
58Filter_Plugin_DelTag_Succeed标签删除成功的接口(删除标签)$tag
59Filter_Plugin_Edit_Begin文章页面编辑页开始接口
60Filter_Plugin_Edit_End文章页面编辑页结束接口
61Filter_Plugin_Edit_Response2文章页面编辑2号输出接口(2号输出接口)
62Filter_Plugin_Edit_Response3文章页面编辑3号输出接口(3号输出接口)
63Filter_Plugin_Edit_Response4文章页面编辑4号输出接口(4号输出接口)
64Filter_Plugin_Edit_Response5文章页面编辑5号输出接口(5号输出接口)
65Filter_Plugin_Edit_SubMenu编辑页菜单(1.5.1加入)
66Filter_Plugin_GetList_Result定义GetList输出结果接口$list
67Filter_Plugin_GetPost_Result定义GetPost输出结果接口($post)$post
备注:无
68Filter_Plugin_Html_Js_Addc_html_js_add.php脚本接口,允许插件在c_html_js_add.php内输出内容
69Filter_Plugin_Html_Js_ZbpConfigc_html_js_add.php脚本接口,允许插件设置zbpConfig
70Filter_Plugin_LargeData_Article大数据文章接口$select,$where,$order,$limit,$option
备注:$s, $w, $or, $l, $op, $type
71Filter_Plugin_LargeData_Article大数据文章接口$select,$where,$order,$limit,$option
备注:$select, $w, $order, $limit, $option, $type
72Filter_Plugin_LargeData_Comment大数据评论接口$select,$where,$order,$limit,$option
备注:$s, $w, $or, $l, $op
73Filter_Plugin_LargeData_CountTagArray批量统计指定tag下文章数并保存,添加大数据接口,tag,plus,id)$string,$plus,$articleid
备注:$array, $plus, $articleid
74Filter_Plugin_LargeData_GetList大数据GetList函数$select,$where,$order,$limit,$option
备注:$select, $w, $order, $count, $option
75Filter_Plugin_LargeData_Page大数据页面接口$select,$where,$order,$limit,$option
备注:$s, $w, $or, $l, $op
76Filter_Plugin_Login_Header定义Login.php首页header接口
77Filter_Plugin_Logout_SucceedLogout成功的接口(注销登录)
78Filter_Plugin_Logs监控记录函数(记录日志.)$s,$iserror
备注:$logString, $isError
79Filter_Plugin_Member_AvatarMember类的Avatar接口(用户类)$member
备注:$this
80Filter_Plugin_Member_CallMember类的魔术方法接口(用户类)$member,$method,$args
备注:$this, $method, $args
81Filter_Plugin_Member_DelMember类的Del方法接口$member
备注:$this
82Filter_Plugin_Member_Edit_Response会员编辑页输出接口
83Filter_Plugin_Member_Edit_SubMenu用户编辑页菜单(1.5.1加入)
84Filter_Plugin_Member_Get干预Member类Get方法的接口$this,$method
备注:$this, $name
85Filter_Plugin_Member_SaveMember类的Save方法接口(保存用户数据)$member
备注:$this
86Filter_Plugin_Member_Set干预Member类Set方法的接口(用户类)$this,$method,$arg
备注:$this, $name, $value
87Filter_Plugin_Member_Url干预Member类Url方法的接口(用户类)$this
88Filter_Plugin_Misc_Beginc_system_misc.php的启动接口,可以在这里拦截各种type$type类型
备注:$miscType
89Filter_Plugin_Module_DelModule类的Del方法接口$module
备注:$this
90Filter_Plugin_Module_Edit_Response模块编辑页输出接口
91Filter_Plugin_Module_Edit_SubMenu模块编辑页菜单(1.5.1加入)
92Filter_Plugin_Module_Get干预Module类Get方法的接口$this,$method
备注:$this, $name
93Filter_Plugin_Module_SaveModule类的Save方法接口$module
备注:$this
94Filter_Plugin_Module_Set干预Module类Set方法的接口$this,$method,$arg
备注:$this, $name, $value
95Filter_Plugin_Other_Header定义其它页的header接口
96Filter_Plugin_OutputOptionItemsOfCategories定义OutputOptionItemsOfCategories函数里的接口 (生成分类select表单)$default,$tz
备注:$default
97Filter_Plugin_OutputOptionItemsOfMemberLevel定义OutputOptionItemsOfMemberLevel函数里的接口 (生成用户等级select表单.)$default,$tz
备注:$default
98Filter_Plugin_OutputOptionItemsOfType(生成TYPEselect表单.)
备注:$default
99Filter_Plugin_Post_CallPost类的魔术方法接口(文章类)$post,$method,$args
备注:$this, $method, $args
100Filter_Plugin_Post_CommentPostUrlPost类的CommentPostUrl接口(文章类)$post
备注:$this
101Filter_Plugin_Post_DelPost类的Del方法接口$post
备注:$this
102Filter_Plugin_Post_Get干预Post类Get方法的接口$this,$method
备注:$this, $name
103Filter_Plugin_Post_NextPost类的Next接口$post
备注:$this
104Filter_Plugin_Post_PrevPost类的Prev接口$post
备注:$this
105Filter_Plugin_Post_RelatedListPost类的RelatedList 接口$post
备注:$this
106Filter_Plugin_Post_SavePost类的Save方法接口$post
备注:$this
107Filter_Plugin_Post_Set干预Post类Set方法的接口(文章类)$this,$method,$arg
备注:$this, $name, $value
108Filter_Plugin_Post_Url干预Post类Url方法的接口(文章类)$this
109Filter_Plugin_PostArticle_Core文章编辑的核心接口$article
110Filter_Plugin_PostArticle_Succeed文章编辑成功的接口$article
111Filter_Plugin_PostCategory_Core分类编辑的核心接口(提交分类数据)$cate
112Filter_Plugin_PostCategory_Succeed分类编辑成功的接口(提交分类数据)$cate
113Filter_Plugin_PostComment_Core评论发表的核心接口(提交评论)$cmt
114Filter_Plugin_PostComment_Succeed评论发表成功的接口(提交评论)$cmt
115Filter_Plugin_PostMember_Core会员编辑的核心接口(提交用户数据.)$mem
116Filter_Plugin_PostMember_Succeed会员编辑成功的接口(提交用户数据)$mem
117Filter_Plugin_PostModule_Core模块编辑的核心接口(提交模块数据)$mod
118Filter_Plugin_PostModule_Succeed模块编辑成功的接口(提交模块数据)$mod
119Filter_Plugin_PostPage_Core页面编辑的核心接口(提交页面数据)$article
120Filter_Plugin_PostPage_Succeed页面编辑成功的接口(提交页面数据)$article
121Filter_Plugin_PostTag_Core标签编辑的核心接口$tag
122Filter_Plugin_PostTag_Succeed标签编辑成功的接口(提交标签数据)$tag
123Filter_Plugin_Tag_CallTag类的魔术方法接口(Tag类)$tag,$method,$args
备注:$this, $method, $args
124Filter_Plugin_Tag_DelTag类的Del方法接口$post
备注:$this
125Filter_Plugin_Tag_Edit_Response标签编辑页输出接口
126Filter_Plugin_Tag_Edit_SubMenu标签编辑页菜单(1.5.1加入)
127Filter_Plugin_Tag_Get

备注:$this, $name
128Filter_Plugin_Tag_SaveTag类的Save方法接口$tag
备注:$this
129Filter_Plugin_Tag_Set干预Tag类Set方法的接口(Tag类)$this,$method,$arg
备注:$this, $name, $value
130Filter_Plugin_Tag_Url干预Tag类Url方法的接口$this
131Filter_Plugin_Template_Compiling_BeginTemplate类编译一个模板前的接口(模板类)$this,$content
132Filter_Plugin_Template_Compiling_EndTemplate类编译一个模板后的接口(模板类)$this,$content
133Filter_Plugin_Template_GetTemplateTemplate类读取一个模板前的接口(模板类)$this,$name
134Filter_Plugin_Upload_DelFileUpload类的DelFile方法接口(上传类)$this
135Filter_Plugin_Upload_Get干预Upload类Get方法的接口(上传类)$this,$method
备注:$this, $name
136Filter_Plugin_Upload_SaveBase64FileUpload类的SaveBase64File方法接口(上传类)$str64,$this
137Filter_Plugin_Upload_SaveFileUpload类的SaveFile方法接口(上传类)$tmp,$this
138Filter_Plugin_Upload_Set干预Upload类Set方法的接口(上传类)$this,$method,$arg
备注:$this, $name, $value
139Filter_Plugin_Upload_UrlUpload类的Url方法接口(上传类)$upload
备注:$this
140Filter_Plugin_VerifyLogin_SucceedVerifyLogin成功的接口(验证登录)
141Filter_Plugin_ViewAuto_Begin定义ViewAuto输出接口Begin(根据Rewrite_url规则显示页面)$url
备注:$inpurl, $url
142Filter_Plugin_ViewAuto_End定义ViewAuto输出接口End$url
143Filter_Plugin_ViewComment_Template
$template
备注:$zbp->template
144Filter_Plugin_ViewComments_Template
$template
备注:$zbp->template
145Filter_Plugin_ViewFeed_Begin定义ViewFeed输出接口Begin(显示RSS2Feed.)
146Filter_Plugin_ViewFeed_Core

备注:$w
147Filter_Plugin_ViewFeed_End定义Feed核心接口$rss2
148Filter_Plugin_ViewIndex_Begin定义ViewIndex输出接口Begin
备注:$url
149Filter_Plugin_ViewList_Begin定义列表输出接口$page,$cate,$auth,$date,$tags
150Filter_Plugin_ViewList_Core定义列表核心接口$type,$page,$category,$author,$datetime,$tag,$w,$pagebar
备注:$type, $page, $category, $author, $datetime, $tag, $w, $pagebar, $template
151Filter_Plugin_ViewList_Template
$template
备注:$zbp->template
152Filter_Plugin_ViewPost_Begin定义POST显示输出begin接口$id,$alias
153Filter_Plugin_ViewPost_Core定义POST显示核心接口$select,$w,$order,$limit,$option
154Filter_Plugin_ViewPost_Template
$template
备注:$zbp->template
155Filter_Plugin_ViewSearch_Begin定义ViewSearch输出接口Begin(展示搜索结果)
156Filter_Plugin_ViewSearch_Core定义搜索核心接口$q,$page,$w,$pagebar
157Filter_Plugin_ViewSearch_Template
$template
备注:$zbp->template
158Filter_Plugin_Xmlrpc_Beginxml-rpc页的begin接口(1.5.1加入)xml
备注:$xml
159Filter_Plugin_Zbp_BuildModuleZbp类的生成模块内容的接口(生成所有进Ready List的模块的Content内容并保存.)
160Filter_Plugin_Zbp_BuildTemplateZbp类的重新编译模板接口$template
备注:$this->template->templates
161Filter_Plugin_Zbp_CallZbp类的魔术方法接口(析构函数,释放资源? zbp全局操作类)$method,$args
162Filter_Plugin_Zbp_CheckRightsZbp类的检查权限接口(检查当前用户)(验证操作权限)$action
备注:$action, $level
163Filter_Plugin_Zbp_CheckValidCodeZbp类的比对验证码接口,具有唯一性;(比对验证码)$vaidcode,$id
备注:$verifyCode, $id
164Filter_Plugin_Zbp_GetZbp类的魔术方法接口(获取参数值)$name
165Filter_Plugin_Zbp_LoadZbp类的加载接口
166Filter_Plugin_Zbp_Load_PreZbp类的加载(预处理)接口(从数据库里读取信息,启动整个ZBP)
167Filter_Plugin_Zbp_LoadManageZbp类的后台管理初始加载接口(载入管理)
168Filter_Plugin_Zbp_MakeTemplatetagsZbp类的生成模板标签接口(创建模板对象,预加载已编译模板)$template
备注:$template->templateTags
169Filter_Plugin_Zbp_SetZbp类的魔术方法接口(设置参数值)$name,$value
170Filter_Plugin_Zbp_ShowErrorZbp类的显示错误接口(显示错误信息)$idortext
备注:$errorCode, $errorText, $file, $line
171Filter_Plugin_Zbp_ShowValidCodeZbp类的显示验证码接口,具有唯一性;(显示验证码)$id
172Filter_Plugin_Zbp_TerminateZbp类的终结接口(终止连接,释放资源)
173Filter_Plugin_Index_Begin定义index.php接口 起动
174Filter_Plugin_Index_End定义index.php接口 结束
175Filter_Plugin_Search_Begin搜索页接口,可以接管搜索页。
176Filter_Plugin_Search_End搜索接口 结束
177Filter_Plugin_Feed_BeginFeed页接口,可以接管Feed页。
178Filter_Plugin_Feed_EndFeed页接口 结束
179Filter_Plugin_Cmd_Endcmd.php的结束接口,可以在这里拦截各种action之后的
180Filter_Plugin_Admin_MemberMng_Table会员管理页表处理(1.5.1加入)$member,$tabletds,$tableths
181Filter_Plugin_Edit_Response文章页面编辑1号输出接口
182Filter_Plugin_OutputOptionItemsOfMember_Begin定义Filter_Plugin_OutputOptionItemsOfMember函数里的接口$default,$tz
183Filter_Plugin_OutputOptionItemsOfPostStatus定义OutputOptionItemsOfPostStatus函数里的接口$default,$tz
184Filter_Plugin_OutputOptionItemsOfIsTop定义OutputOptionItemsOfIsTop函数里的接口$default,$tz
185Filter_Plugin_OutputOptionItemsOfMember定义OutputOptionItemsOfMemberLevel函数里的接口$default,$tz
186Filter_Plugin_OutputOptionItemsOfTemplate定义OutputOptionItemsOfTemplate函数里的接口$default,$tz
187Filter_Plugin_OutputOptionItemsOfCommon定义OutputOptionItemsOfCommon函数里的接口,因为是通用型的,所以有$name$default,$array,$name
188Filter_Plugin_EnablePluginEnablePlugin(1.6.0加入)name
189Filter_Plugin_DisablePluginDisablePlugin(1.6.0加入)name
190Filter_Plugin_BatchPostBatchPost(1.6.1加入)type
191Filter_Plugin_Upload_DirUpload类的Dir方法接口$upload
192Filter_Plugin_Template_DisplayTemplate类显示接口$this,$entryPage


发表评论 取消回复

电子邮件地址不会被公开。 必填项已用*标注

公告

网站改版中...........