Top "Yii2" questions

Yii 2 is the latest version of the Yii framework - a high-performance, component-based PHP framework

yii2 active field template

It seems template for checkbox in sample yii2 project doesn't not apply correctly <?= $form->field($model, 'rememberMe', [ 'template' =&…

activerecord twitter-bootstrap-3 yii2 active-form
How to handle CSRF Validation in Yii2 Framework?

I'm having problem with CSRF Validation in yii2. The validation works fine with the default form generated by the gii …

php csrf yii2
How to change background of 1 row in Yii2 Gridview

I'm working with Yii 2, and it's grid view to show information. Now, my problem is that whenever a user scans …

css gridview row yii2
How to preselect/check a default radio button in yii2 RadioList()?

I want the radio button preselected in my form. <?= $form->field($model, 'config')->radioList(['1'=&…

php html yii2 active-form
Radio Button group in separate place in yii2

So, I want to have two radio button in separate place, I have been trying to search for the solution …

php yii2 active-form
What's the difference between Yii 2 advanced application and basic?

What is the difference between advanced application and basic application in the Yii framework? Does they have any differences regarding …

yii2
Extend GridView ActionColumn with additional icon

I'm building a webapp with Yii2 framework that will provide users (logged in) the capability to download pre-uploaded files by …

gridview yii2
Trying to use PHP DateTime Class with Yii2 receiving class not found errors

Hello I am trying to create my own custom helper class to use with Yii2. It is going to handle …

php datetime yii2
Yii2 role management with rbac and database storage

I want to learn Yii2 membership and use Yii to store and retrieve roles using a database. I have read …

php yii yii2 yii-extensions rbac
Yii2 - How to get the current username or name from Yii::$app->user?

How do you add, or get, variables using Yii::$app->user->something? I don't want to get them …

php yii yii2 yii2-user