List of posts tagged: yii2 basic

Yii2 (basic + advanced), authorization form in modal window

Detailed instructions for adding authorization in the modal window in Yii2 (basic + advanced).

The solution contains 3 sections (instructions) for "Yii2 basic + authorization via the database in the modal window", "Yii2 basic + authorization from the box in the modal window" and "Yii2 advanced authorization in the modal window", which are combined into one article, as doing 3 separate articles does not make sense. For convenience, all code is duplicated for each step of a separate instruction. However, the solution "Yii2 basic + authorization via the database in the modal window" is taken as a basis for the remaining instructions.

Everything is checked and works.

July 24, 2017 24 Yehor Rykhnov yii2 basicyii2 advanced

Yii2 basic, authorization and registration via the database

A simple example of fine-tuning Yii2 basic for authorization via the database, adding registration and resetting the password.

July 23, 2017 168 Yehor Rykhnov Yii Framework 2yii2yii2 basic