Top "Yii" questions

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

How to bind array parameters in Yii framework?

I have below code: $inputs = "1,2,3,4,5"; $sql = "SELECT * FROM obj WHERE id IN(:input)"; $commond = Yii::app()->db->…

php yii yii1.x
Yii Framework Unknown Property Exception

I know this might seem trivial but I really can't figure it out. I'm starting to develop a database application …

php mysql yii yii2 yii-components
Yii::app()->user->id; gets name of user not ID

I am trying to get the user id but no luck so far... echo Yii::app()->user->…

yii
How to make custom settings data available globally in Yii 2?

I'm creating an application which stores some settings in the database and ideally it would be good to load these …

php yii yii2
Cakephp and Yii: similarities/differences/speed?

I am a CakePhp programmer. I have decided to try out the Yii framework. I would like to find out …

cakephp yii
Yii2 - Bad Request (#400) Unable to verify your data submission

My yii2 application was working fine till yesterday however today on submiting form it is showing error. "Bad Request (#400) Unable …

php yii yii2
Yii Criteria: condition for relation

i have two tables: User and User_works (User HAS_MANY User_works). How can I add a condition to …

yii compare conditional-statements criteria relation
Yii CHtml::radioButtonList - CSS to align horizontally

I am using yii framework for my development . I wrote CSS and able to align my <input tags in …

css yii radiobuttonlist
How can I disable yii-debug-toolbar on a specific view?

How can I disable yii-debug-toolbar on a specific view especially on partial rendered views? Is this possible? p.s. Yii-debug-toolbar …

php debugging yii yii-extensions
how we can add rule in Yii model for input must be greater than 0

do anyone know how can I apply rule in Yii model for input must be greater than 0 value, without any …

validation yii model yii-validation