如何要求我的所有PHP文件?

时间:2017-03-19 15:57:45

标签: php

我厌倦了在我的每个php文件中一遍又一遍地要求,这是一种自动要求所有文件夹中所有需要的php文件的方式。

我使用过这个,但只适用于一个文件夹

spl_autoload_register(function($class){
    require_once 'logic/'. $class .'.php';
}); 

请帮助我尝试通过减少需求来改善我的OOPS php。

1 个答案:

答案 0 :(得分:0)

您也可以使用这种方式定义要搜索的文件的多个路径。

AndroidSchedulers.from(handlerThread.getLooper())