matacms/matacms-post

MATA CMS 的帖子管理

安装数: 1,950

依赖者: 0

建议者: 0

安全性: 0

星级: 0

关注者: 5

分支: 0

开放问题: 0

类型:yii2-extension

1.0.3.2-alpha 2016-09-02 15:07 UTC

README

MATA CMS Module

帖子模块允许在 MATA CMS 中管理帖子。

安装

  • 使用 composer 添加应用程序
"matacms/matacms-post": "~1.0.0"

客户端

帖子客户端扩展 matacms\clients.

此外,它还公开了以下方法

public function findByURI($uri) {}

返回指定 URI 的帖子实体。

public function findAll() {}

返回使用 缓存依赖 的所有已发布帖子实体。

public function getFindAllQuery() {}

返回不使用缓存的全部已发布帖子实体。

更新日志

1.0.3.2-alpha,2016年9月2日

  • 更新了帖子模型的操作行为

1.0.3.1-alpha,2015年9月18日

  • 添加了支持 matacms-language 的迁移

1.0.3-alpha,2015年8月21日

  • 为 PublicationDate 添加了日期时间字段

1.0.2-alpha,2015年5月22日

  • README.md 更新了帖子客户端的使用说明。

1.0.1-alpha,2015年5月21日

  • 更新 composer.json
  • 更新 README.md

1.0.0-alpha,2015年5月18日

  • 首次发布。