Began to learn the framework yii2 met a recording there
<?php $form = ActiveForm::begin(); ?>
<?= $form->field($model, 'name') ?> <?= $form->field($model, 'email') ?> <div class="form-group"> <?= Html::submitButton('Отправить', ['class' => 'btn btn-primary']) ?> </div> <?php ActiveForm::end(); ?>
I'm interested in <?= How does it work?
I tried to search through Google , it does not accept such requests.