1 Star 0 Fork 574

odey/YZNCMS

forked from 御宅男工作室/YZNCMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
info.php 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
御宅男(YznCMS官方) 提交于 5年前 . 更新
<?php
// +----------------------------------------------------------------------
// | Yzncms [ 御宅男工作室 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2018 http://yzncms.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: 御宅男 <530765310@qq.com>
// +----------------------------------------------------------------------
// +----------------------------------------------------------------------
// | 支付模块信息文件
// +----------------------------------------------------------------------
return array(
//模块名称[必填]
'name' => '支付模块',
//模块简介[选填]
'introduce' => '支付宝和微信支付模块!',
//模块作者[选填]
'author' => 'yzncms',
//作者地址[选填]
'authorsite' => 'http://www.yzncms.com',
//作者邮箱[选填]
'authoremail' => '530765310@qq.com',
//版本号,请不要带除数字外的其他字符[必填]
'version' => '1.0.0',
//适配最低yzncms版本[必填]
'adaptation' => '1.0.0',
//签名[必填]
'sign' => 'b803d6de0bf866df8350ca074efdd02e',
//依赖模块
'need_module' => [
['member', '1.0.0'],
],
//依赖插件
'need_plugin' => [],
//缓存,格式:缓存key=>array('module','model','action')
'cache' => [
'Pay_Config' => [
'name' => '支付配置',
'model' => 'Payment',
'action' => 'pay_cache',
],
],
// 数据表,不要加表前缀[有数据库表时必填]
'tables' => [
'pay_account',
'pay_payment',
'pay_spend',
],
);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/odey/YZNCMS.git
git@gitee.com:odey/YZNCMS.git
odey
YZNCMS
YZNCMS
master

搜索帮助