Top "Yii2" questions

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

DropDownList yii 2.0 example

I am using yii 2.0 Framework. How i can make options from my database. I found this, but it's yii 1.1: <?…

yii2 yii-components
Yii Framework 2.0 Login With User Database

I have been trying to search on the Internet how to write the code in Yii framework 2.0 so that user …

php database yii login yii2
Yii2 disable Bootstrap Js, JQuery and CSS

Same as title, i don't want using bootstrap.css and bootstrap.js. I try using: 'assetManager' => [ 'bundles' => [ 'yii\…

php twitter-bootstrap yii2 yii-extensions
How to do IS NULL and IS NOT NULL with Yii 2 ActiveRecord?

I have a table which has a field `activated_at` timestamp NULL DEFAULT NULL, which means that it can contain …

php activerecord yii yii2
How to enable and disable sort in Yii2 GridView?

How to enable and disable sort in Yii2 GridView ?

sorting gridview yii2
Yii Framework 2.0 Rules Date Validator

I am using Yii Framework 2.0. I have a form with a text input field which is meant for a date. …

php date yii validation yii2
Execute my code before any action of any controller

I would like to check if my user have filled certain fields in his profile before he can access any …

yii2
How to create pager in Yii2?

I was searching how to create pager in Yii2 using LinkPage widget. Is there any example? I am new in …

php pager yii2
How to get user role in Yii2?

How to get user role in Yii2? I searched and read Yii2 guide but I didn't find any solution.

php yii yii2 rbac
Yii2 - The directory is not writable by the Web process | frontend/web/assets

I have searched this issue on internet but none of them helped me. Also this one doesn`t: chgrp apache /…

php web yii2 centos7