facut pana la video 7
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<h1>Login</h1>
|
||||
|
||||
<?php
|
||||
use app\core\form\Form;
|
||||
/* @var $model \app\models\User */
|
||||
|
||||
$form = Form::begin('', 'post');
|
||||
|
||||
echo $form->field($model, 'email');
|
||||
echo $form->field($model, 'password')->passwordField();
|
||||
|
||||
echo $form->button();
|
||||
|
||||
Form::end()
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user