Last Fix

parent 5cee6ca7
...@@ -134,17 +134,8 @@ class TestController extends \common\components\BaseController ...@@ -134,17 +134,8 @@ class TestController extends \common\components\BaseController
{ {
$s = false; $s = false;
} }
echo $questions[$i]->id . ' ';
print_r(\yii\widgets\ActiveForm::validate($pq));
echo '<br>';
} }
die();
if($s) if($s)
{ {
$transaction->commit(); $transaction->commit();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment