Commit 3c9531e7 authored by Shakarim Sapa's avatar Shakarim Sapa

- Проверяем BaseForm

parent c2951e26
...@@ -218,6 +218,7 @@ class BaseForm extends \yii\widgets\ActiveForm ...@@ -218,6 +218,7 @@ class BaseForm extends \yii\widgets\ActiveForm
} }
public function initCustom($config) { public function initCustom($config) {
var_dump($config);
ob_start(); ob_start();
ob_implicit_flush(false); ob_implicit_flush(false);
$form = ActiveForm::begin(ArrayHelper::merge( $form = ActiveForm::begin(ArrayHelper::merge(
......
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