Top "Yii" questions

Use for questions about any version of Yii, an open-source MVC framework for writing web 2.0 applications in PHP5+

Access to the $data variable from buttons in cgridview

Is the any way, to access model located in $data variable from CButtonColumn? Below code is not working. array( 'class' =&…

php yii cbuttoncolumn
Yii2 Rest API user authentication

I am implementing Rest API in yii2. I want to authenticate the user using access token. I have referred various …

yii yii2 yii2-advanced-app
How to create themes in yii framework?

I am new to Yii framework. I was working on drupal earlier, and the theming of drupal made sites are …

php drupal yii drupal-theming
how to image upload and crop and save in yii

i am trying to upload image in yii and then crop the uploaded image and then save it. what i …

yii crop jcrop image-upload
Installing Yii2 via composer failed

I want to install yii2 via composer and it's give me a error here is error: Your requirements could not …

php yii yii2 composer-php yii2-basic-app
Yii2 image dimension validation

This validation line doesn't work. i could upload images in any dimension. ['image', 'image', 'minWidth' => 250, 'maxWidth' => 250,'minHeight' => 250, …

php image yii yii2 yii-cactiverecord
How to use Yii with a multilingual database model?

I’m having a problem getting the data from my database which I created to be completely multilingual, and I …

database multilingual yii
How to disable wrap checkbox with .form-group in Yii2

How to disable wrap checkbox with div.form-group in Yii2 using yii\bootstrap\ActiveForm? That I need (AdminLTE login page …

twitter-bootstrap yii yii2 active-form
How to assign unique id attribute to each table row of a CGridView?

I am attempting to assign a unique id to each table row in Yii's CGridView. Preferably something like $data->…

yii cgridview
How to add a link in Jquery PrettyPhoto to download the image

I am using Jquery PrettyPhoto to have a slide show, however it does not let the users to download the …

jquery yii prettyphoto