xcodecraft/pylon.autoload

There is no license information available for the latest version (0.1.0.101) of this package.

0.1.0.101 2016-10-26 07:20 UTC

This package is not auto-updated.

Last update: 2024-06-03 12:20:41 UTC


README

使用:

方法一

设置 INDEX_PATH 环境变量

require_once dirname(dirname(__file__)) ."/src/autoload.php" ;

方法二

require_once dirname(dirname(__file__)) ."/src/autoload.php" ;
XCC\XAutoload::setup($index_path);