做网站API时很不方便要引资源,使用这个可以实现自动加载功能,没有使用composer autoload 对帝国太大不好用
2021.09.06更新 命名空间模式,第9楼下载,生成sitemap (可同时生成xml,txt,html格式)
/** * 以下可以正式写你的代码, * 再也不用include, require 文件了 **/
//开始调用自己的函数 $test = new Test();
$test->say();
$test->showConfig();
/** * 单独使用可以查看配制文件 **/ // var_dump(Config::autoload('config'));
/** * * autoload 是加载插件名称如 sitemap等 * config 是配制文件名config.php 不含.php * 单个加载Config::autoload('config') * 多个加载Config::autoload(['config', 'config2', 'config3']) ,以数组返回 * * **/
---------------------------------------分割线---------------------------------------------- 根有两个api、e api/ api/index.php
e/ e/extend e/extend/autoload.php e/extend/autoload e/extend/autoload/config.php 开发者自定义 e/extend/autoload/class/ e/extend/autoload/class/error_handler.php e/extend/autoload/class/test.php 开发者自定义
说明: autoload为插件名称 ---------------------------------------------------------------------------------------------
如果经常开发api和二次开发可以用一个,附件是php7.2以上版本,php5.6版下载地址 http://bbs.phome.net/showthread-31-365666-0.html 3楼
上传以下附件: [下载 *.zip](文件大小:5.68 KB,下载次数:28)
|