arzynik / tipsy-mvc
v1.0.2
2016-10-21 05:39 UTC
Requires
- php: >=5.4.0
- tipsyphp/tipsy: dev-master
Requires (Dev)
- satooshi/php-coveralls: dev-master
This package is not auto-updated.
Last update: 2022-02-01 12:53:30 UTC
README
一个按照 rails 目录结构设计的 MVC 适配器。
不幸的是,composer 不允许执行依赖脚本,因此需要安装说明。参考 https://composer.php.ac.cn/doc/articles/scripts.md#what-is-a-script- 。请参阅 https://github.com/tipsyphp/tipsy-example-mvc/blob/master/composer.json 以获取带有自动安装示例的 composer 文件。
安装
composer require tipsyphp/tipsy dev-master && composer require tipsyphp/tipsy-mvc dev-masterphp vendor/tipsyphp/tipsy-mvc/install.php
目录结构
app
controllers
home
index.php
models
view
home.phtml
layouts
default.phtml
config
config.ini
public
.htaccess
index.php
有关更多信息,请参阅 Tipsy 文档。