欢迎来到 54818模板网!这是一个yzmcms的模板分享站。

get_content_keyword

相关案例演示

/**(V5.6 新增)(V6.1 更新)
 * 获取内容关键字
 *
 * @param  int $catid
 * @param  string $parameter
 * @return array or string
 */
function get_content_keyword(){
	$res = getcache('keyword_link');
    if($res === false){
		$res = D('keyword_link')->field('keyword,url')->order('id DESC')->limit(500)->select();
		setcache('keyword_link', $res);
	}
	return $res;
}

    上一篇:get_comment_total

    下一篇:field_order

    作者:54818模板网 关注:679 时间:2021-08-13 00:55:47
    相关网站教程