Skip to content

tourze/view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

途者PHP框架-视图模块

MVC架构中的View层

安装

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

在你的composer.json中增加:

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

或直接执行

composer require tourze/view:"^1.0"

使用