test

parent 6bd653b6
......@@ -135,10 +135,12 @@ class TestController extends \common\components\BaseController
$s = false;
}
echo $questions[$i]->id . '<br>';
echo $questions[$i]->id . ' ';
print_r(\yii\widgets\ActiveForm::validate($pq));
echo '<br>';
}
die();
......
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