1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/static7-prototype

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
build.php 1.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
satic7 Отправлено 12.10.2016 13:19 a1c5092
<?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'],
],
];

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/static7-prototype.git
git@api.gitlife.ru:oschina-mirror/static7-prototype.git
oschina-mirror
static7-prototype
static7-prototype
master