Category: Yii2
In this article, we will learn how to remove index.php and web from URL. This will help us to maintain …
In database we may need to perform add, update or delete operations on multiple tables while doing these operations on …
Yii2 DropDownList syntax echo $form->field($model, 'name_field')->dropDownList( , ); DropDownList with model data Using below code …