dannyvanholten / wordpress-models
为Themosis框架从WordPress数据库获取帖子的模型
0.8.2
2017-07-11 11:09 UTC
Requires
- php: >=5.6.4
- composer/installers: ^1.0
- illuminate/support: ^5.4
This package is not auto-updated.
Last update: 2024-09-29 01:22:49 UTC
README
提供多个模型,您可以在开发WordPress时使用。这些模型包括帖子、术语和用户。WordPress模型模拟创建了一种使用WP_Query的一致方式,使其适合MVC模型。
要求
WordPress模型利用Illuminate支持,因此在使用之前有一个系统要求
- PHP >= 5.6.4
此外,系统要求与WordPress相同。 点击这里 查看默认WordPress要求。
入门
路线图
- 在GitHub上为每个模型创建使用说明文档
- 使用外观