Yii 2 is the latest version of the Yii framework - a high-performance, component-based PHP framework
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-componentsSame as title, i don't want using bootstrap.css and bootstrap.js. I try using: 'assetManager' => [ 'bundles' => [ 'yii\…
php twitter-bootstrap yii2 yii-extensionsI have a table which has a field `activated_at` timestamp NULL DEFAULT NULL, which means that it can contain …
php activerecord yii yii2How to enable and disable sort in Yii2 GridView ?
sorting gridview yii2I 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 yii2I would like to check if my user have filled certain fields in his profile before he can access any …
yii2I was searching how to create pager in Yii2 using LinkPage widget. Is there any example? I am new in …
php pager yii2