<?php $zbp->SaveCache();/*更新缓存*/ $zbp->BuildModule();//更新模块 $cate->Level //分类层级 zbp->en GetVars('q', 'GET')/*取get参数*/ Redirect()/*302跳转*/ redirect301() /*301跳转*/ sethttpstatuscode() //设置http状态码 $select="*"; $where=array('=', 'log_CateID', GetVars('category'));/*指定分类,默认null*/ $order=array('log_PostTime' => 'DESC');/*排序方式,默认null*/ $limit=array(($p->PageNow - 1) * $p->PageCount, $p->PageCount);/*limit,默认null*/ $option=array('pagebar' => $p);/*附加选项,默认null*/ $readtags=false;/*是否读取标签,默认为真*/ GetArticleList("",); $array= $zbp->GetCategoryList(array('*'), $where,$order,$limit,$option); 文章->LoadTagsByIDString("{11}")/*获取tags的啥信息*/ PostArticle_CheckTagAndConvertIDtoString("caonima,标签1,标签2,标签3"); //添加标签 且去重复 返回 {1}{2} DelCategory_Articles($id) /*删除分类下的所有文章*/ 文章tag $article->Tag=PostArticle_CheckTagAndConvertIDtoString("李四");//返回 :{}{} $article->Tag="{1}{2}" $zbp.cookie.get(CookieKey) 根据Key得到Cookie的值 $zbp.cookie.set(sCookieName, sCookieValue, iExpireDays) $zbp.comment.get(文章ID, 评论页数) 触发事件,获得指定的评论列表 $zbp.comment.rely(评论ID) /*更新缓存并重新编译模板*/ require '../../../../zb_system/function/c_system_misc.php'; $zbp->Load(); misc_statistic(); ?>
先写这些吧 后期再整理了再来更新...