1 Star 0 Fork 0

无理无图/一二三插件结构

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
说明.txt 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
pozenqi 提交于 2024-04-30 16:03 . my-addon-struct
##
自然数组编程!
- 否则各种自定义文件夹烦死人了!
0.php
1.php
00.php
000.php
0 - 初始化配置
1 - 函数
2 - 类,公用函数逻辑(依赖于基础框架)
3 - 对外接口-api
30 - restful api
31 - websocket
0.php
return [
'整数文件名组织示例',
];
1.php
function config(){
$config = include('0.php');
return $config;
}
2.php
class Hello
{
function test($url, $data){
base::base()->post($url,$data);
}
}
main.php
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lzzen/one-two-three-plugin-structure.git
git@gitee.com:lzzen/one-two-three-plugin-structure.git
lzzen
one-two-three-plugin-structure
一二三插件结构
master

搜索帮助