fnlive / calendar
日历类的实现
v1.0
2016-03-10 21:13 UTC
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2024-09-25 23:29:20 UTC
README
这是一个为Anax-MVC框架设计的日历模块。
- 将日历添加到任何页面。
查看calendar/webroot/testCalendar.php以获取示例用法。
安装
- 下载Anax-MVC版本v0.4或更高版本Anax-MVC release v.04。
- 将以下行添加到Anax-MVC/composer.json中,见下文
- 运行composer update以将模块及其依赖项下载到vendor文件夹
- 将模板文件从calendar/view/calendar/*复制到Anax-MVC/app/view/calendar/
- 将浏览器指向文件calendar/webroot/testCalendar.php以试用模块
Anax-MVC/composer.json片段
"require": {
"php": ">=5.4",
"fnlive/calendar": "dev-master"
},
由Fredrik Nilsson (fn@live.se)
许可证
本软件是免费软件,带有MIT许可证。
待办事项
- 小的scrutinizer问题。
历史
v1.0 (2016-03-10)
.
..: Copyright 2016 by Fredrik Nilsson (fn@live.se)