Warning: The magic method __get() must have public visibility and cannot be static in 文件目錄 on line 4;誰(shuí)說(shuō)的???誰(shuí)說(shuō)設(shè)置成私有的?
2017-10-27
5.6版本 __autoload()函數(shù)報(bào)錯(cuò)
看官網(wǎng)文檔里這樣寫自動(dòng)加載
spl_autoload_register(function ($class_name) {
require_once $class_name . '.php';
});
看官網(wǎng)文檔里這樣寫自動(dòng)加載
spl_autoload_register(function ($class_name) {
require_once $class_name . '.php';
});
2017-10-27
樓下的,不是TP,老師發(fā)音有問(wèn)題,他是說(shuō)PHP而不是TP.....
2017-10-24