我正在使用wbraganca的dynamicform樣本代碼爲我自己的項目。我的代碼及其相應的錯誤如下。 下視圖文件夾 _form.php
<?php
use yii\helpers\Html;
use yii\widgets\ActiveForm;
use yii\helpers\ArrayHelper;
use frontend\models\Items;
use fronten
我有一些懷疑的安全validator.There是四個案例 我)我有一個像下面 [['name'], 'required','message' => 'You must enter name'],
在這種情況下,一些驗證規則,我想安全驗證,或者它是足夠 ii)我有一些驗證規則,如下面的一些場景 public function scenarios()
{
return [
我正在做一個項目如何計算yii2中的總數。當我構建項目時,當我輸入數據爲百分比格式時,發現問題。當我保存數據時,索引看起來是2300%,即使它是23%。我能做什麼? 在我看來,像this'format格式 '=> [' 百分」], enter image description here 這是我的代碼 <?php
use yii\helpers\Html;
use kartik\