问答详情
源自:5-1 SPL使用spl_autoload_register函数装载类

出错了,谁来帮帮我呀?

Fatal error: spl_autoload(): Class Test could not be loaded in /home/cabox/workspace/php/spl/Autoload01.php on line 10 

怎么办呀? 

<?php spl_autoload_extensions('.class.php'); set_include_path(get_include_path().PATH_SEPARATOR."libs/"); spl_autoload_register(); new Test();

提问者:qq_9987 2018-04-09 16:17

个回答

  • 慕粉4089068
    2018-04-15 19:42:15

    Autoload01.php 看看这个文件,根据提示走