tourze/view

途者PHP框架-视图部分

v1.0.2 2015-10-04 14:42 UTC

This package is auto-updated.

Last update: 2024-04-19 04:23:36 UTC


README

MVC架构中的View层

安装

首先需要下载和安装composer,具体请查看官网的Download页面

在你的composer.json中增加:

"require": {
    "tourze/view": "^1.0"
},

或直接执行

composer require tourze/view:"^1.0"

使用