Home >Backend Development >PHP Tutorial >请问 php5.2版本是不是不支持类的自动注册

请问 php5.2版本是不是不支持类的自动注册

WBOY
WBOYOriginal
2016-06-13 12:25:56794browse

请教 php5.2版本是不是不支持类的自动注册
上传到ftp上之后显示


开发是用的php5.6
------解决思路----------------------
你的错误是PrivilegeAction类不存在,检查文件路径是否正确。
------解决思路----------------------
(PHP 5 >= 5.1.2)

spl_autoload_register — 注册给定的函数作为 __autoload 的实现

已经支持的

检查下类文件是否存在

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn