Category: Yii2 Active Record

现有的实现如下,存在字段本身的验证失败后,接口响应:字段验证失败: 动画时长必须是一个数字。 符合预期 0

In Yii2, an interface does not want to expose the SQL error in the interface response, but also hopes that the validation error of the exposed field itself is in the interface response, how should it be implemented?

浏览量: 11 1. The existing implementation is as follows. After the verification of the field itself fails, the interface response will always be: the database operation fails, please contact the administrator, the user experience...

在 Yii2 中,使用关联查询时,报错:yii\base\ErrorException: Undefined index: id in \vendor\yiisoft\yii2\db\ActiveRelationTrait.php:554 0

In yii2, when using the associated query, an error is reported: yii\base\erroreException: undefined index: id in \vendor\yiisoft\yii2\db\ActivverelationTrait.php:554

浏览量: 8 1. In yii2, when using the associated query, an error is reported: yii\base\erroreException: undefined index: id in \vendor\yiisoft\yii2\db\ActivverelationTrait.php:554. as shown in Figure 1 2. When confirming the generated SQL execution, there will...