8 Star 11 Fork 3

static7 / prototype

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.php 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
static7 提交于 2016-10-12 18:19 . No commit message
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006~2016 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
// $Id$
return [
// plugin 插件模块
'plugin' => [
'__file__' => ['common.php'],
'__dir__' => ['behavior', 'controller', 'model', 'view'],
'controller' => ['Index', 'Test', 'User'],
'model' => ['User', 'User'],
'view' => ['index/index'],
],
//install 安装模块
'install' => [
'__file__' => ['common.php'],
'__dir__' => ['behavior', 'controller', 'model', 'view','Data'],
'controller' => ['Index', 'Install',],
'model' => ['Index', 'Install'],
'view' => ['index/index','install','base'],
],
];
PHP
1
https://gitee.com/static7/prototype.git
git@gitee.com:static7/prototype.git
static7
prototype
prototype
master

搜索帮助