gpt4 book ai didi

php - yii\base\ErrorException - 找不到类 'app\controllers\EntryForm'

转载 作者:可可西里 更新时间:2023-11-01 12:46:01 25 4
gpt4 key购买 nike

我刚刚尝试了 Working with Forms Yii v 2.0.0 的“基本”版本教程。我一步一步地跟着它,但我猜有些地方不对劲。我有 EntryForm 模型,SiteController 有 actionEntry,两个 View 也都在那里。

错误跟踪:

1. in /usr/share/nginx/html/basic/controllers/SiteController.php at line 99

}

public function actionAbout()
{
return $this->render('about');
}

public function actionEntry()
{
$model = new EntryForm;

if ($model->load(Yii::$app->request->post()) && $model->validate()) {
// valid data received in $model

// do something meaningful here about $model ...

return $this->render('entry-confirm', ['model' => $model]);
} else {
// either the page is initially displayed or there is some validation error

2. yii\base\ErrorHandler::handleFatalError()

最佳答案

在 SiteController.php 中使用 app\models\EntryForm; 解决了这个问题。

关于php - yii\base\ErrorException - 找不到类 'app\controllers\EntryForm',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25679631/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com