自动加载类和函数
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自动加载类和函数相关的知识,希望对你有一定的参考价值。
foreach($autoload as $type => $name) { if($type=='libraries' && $name != NULL) { $Pronto->set($name); } if($type=='helpers' && $name != NULL) { require_once(SYS_PATH . 'helpers' . DIRSEP . $name . '.php'); } }
以上是关于自动加载类和函数的主要内容,如果未能解决你的问题,请参考以下文章