Home  >  Article  >  php教程  >  wblog3.1.3

wblog3.1.3

WBOY
WBOYOriginal
2016-06-07 17:23:241122browse

这次对wblog博客程序的升级主要有以下三点:

一、引入了Widget工具

前台增加了Widget工具包(W3note\Lib\Widget),如DateWidget文章归档工具、HotWidget热点文章工具、NewscommentsWidget最新评论工具、LinkWidget友情链接工具、RandWidget随机文章工具等,使前台的模块功能调用更加方便,例如在没有引入Widget工具之前,在前台首页调用最新评论我们使用如下模板标签:

<div></div>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:phpcms v9.4.2Next article:PHP面向对象之对象和引用