Top "Yii" questions

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

Yii framework: Controller/Action url & parameters

In my application , I have ApiController with actionUsers, So in YII the path becomes api/users. Now in order to …

php url path yii
How to return just file name using glob() in php

How can I just return the file name. $image is printing absolute path name? <?php $directory = Yii::getPathOfAlias('webroot').…

php yii
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
Steps to create a widget on Yii?

I have the following code on a given view: <?php $form = $this->beginWidget('CActiveForm', array( 'id' => 'home-newsletter-form', …

php yii
Yii: Render action using different layout than controller's layout

In Yii, is there a way to render a single action using a different layout than that defined for the …

php model-view-controller yii
A CMS based on Yii?

i've been with Yii for a few months and before I use main CodeIgniter, SilverStripe in my projects. Does anyone …

php yii content-management-system
yii: how to make a unique rule for two attributes

I have a table like this: (id, name, version, text). (name, version) is unique key, how can i make a …

yii yii1.x yii-validation
How to solve "session_regenerate_id(): Cannot regenerate session id - headers already sent"

I have moved a Yii app to another shared host. As the app was running ...index.php?r=site/login …

php yii sessionid byte-order-mark
Yii INSERT ... ON DUPLICATE UPDATE

I am working on a Yii project. How can I use the ON DUPLICATE feature of MySQL ( http://dev.mysql.…

php mysql yii on-duplicate-key yii-cmodel
findByAttributes Example

Explanation for the use of $condition and $param in findByAttributes in Yii In most case, this is how I use …

yii yii-cactiverecord