简体   繁体   中英

a library for spl_autoload?

我想知道是否有任何spl_autoload库, spl_autoload在其中设置所有文件夹,并且它将正确加载它们。

Frameworks such as Zend Framework have components you can use (I mention ZF because it is loosely coupled) which wrap spl_autoload. But my experience is that if that's all the functionality you want to use, it's probably easier/quicker/lighter to write your own autoload function and register it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM