modulework/viewwork
Composer 安装命令:
composer require modulework/viewwork
包简介
A simple way of handling view files
README 文档
README
A simple way of handling view files
Installation:
- Place the view.php file into your application folder
- Include it
include_once 'view.php';
HowTo
In order to interact with a view simply build a view object like this:
View::make('name');
This will throw an exception if the file does not exists.
Explanation is cooming soon!
You can always have a look at the PHP doc for a brief explanation.
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache
- 更新时间: 2013-06-07