文件名称:timesheet.php:这是视觉时间表的php类
文件大小:54KB
文件格式:ZIP
更新时间:2024-05-17 07:23:13
PHP
Timesheet.php 简单PHP类可创建HTML时间表。 这很大程度上受启发。 Timesheet.php在GPLV3许可下获得许可。 特征 几级细分 选择你的单位 格式化日期显示 React灵敏 为感兴趣的日期添加一行 用法 您只需要在HTML中包含sources/class.timesheet.php和sources/css/timesheet.css sources/class.timesheet.php ,并使用以下命令初始化Timesheet.php: 包括CSS < link href =" ../sources/css/timesheet.css " rel =" stylesheet " type =" text/css " > 包括PHP类 <?php include "../sources/class.timesheet.php" ; ?> 和一个例子
【文件预览】:
timesheet.php-master
----exemples()
--------prism.js(11KB)
--------timesheet.php(9KB)
--------prism.css(3KB)
--------season.png(8KB)
--------week.png(9KB)
----LICENSE(34KB)
----README.md(4KB)
----screenshot.png(14KB)
----sources()
--------css()
--------class.timesheet.php(12KB)