老師講的都是干貨,什么分頁驗證碼之類的資料一查一大把,和老師講的這些是術與道的區別。如果一個分頁能卡住你,你就一個人繼續迷茫彷徨去吧。 @qq_迷茫彷徨_03295150
2017-12-22
Invalid Configuration – yii\base\InvalidConfigException
The table does not exist: {{%test_search}}
老師這是啥錯誤呀
The table does not exist: {{%test_search}}
老師這是啥錯誤呀
2017-09-28
Invalid Configuration – yii\base\InvalidConfigException
The table does not exist: {{%test_search}}
The table does not exist: {{%test_search}}
2017-09-28
yii默認只允許本地訪問,允許遠程訪問的話,在 web.php中開啟遠程訪問地址即可。
if (YII_ENV_DEV) {
$config['bootstrap'][] = 'debug';
$config['modules']['debug'] = [
// uncomment the following to add your IP if you are not connecting from localhost.
'allowedIPs' => ['127.0.0.1', '192.168.*.*', '::1'],
];
if (YII_ENV_DEV) {
$config['bootstrap'][] = 'debug';
$config['modules']['debug'] = [
// uncomment the following to add your IP if you are not connecting from localhost.
'allowedIPs' => ['127.0.0.1', '192.168.*.*', '::1'],
];
2017-07-04