随笔分类 -  PHP名称空间和类的自动加载

摘要:新增app/index.php文件: <?php //类的自动加载 spl_autoload_register(function($className){ //将带空间的类名,转成真实的类文件路径 //传递过来的类名:controller\User //类文件真实路径为:controller\Use 阅读全文
posted @ 2020-08-24 16:55 爱搬砖的小码农 阅读(117) 评论(0) 推荐(0)