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)文檔里這樣寫(xiě)自動(dòng)加載
spl_autoload_register(function ($class_name) {
require_once $class_name . '.php';
});
看官網(wǎng)文檔里這樣寫(xiě)自動(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
作為買(mǎi)過(guò)路徑的,我曉得這課是從路徑拿過(guò)來(lái)的,這結(jié)尾太熟悉
2017-10-22