Use for questions about any version of Yii, an open-source MVC framework for writing web 2.0 applications in PHP5+
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.xI 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-componentsI am trying to get the user id but no luck so far... echo Yii::app()->user->…
yiiI'm creating an application which stores some settings in the database and ideally it would be good to load these …
php yii yii2I am a CakePhp programmer. I have decided to try out the Yii framework. I would like to find out …
cakephp yiiMy yii2 application was working fine till yesterday however today on submiting form it is showing error. "Bad Request (#400) Unable …
php yii yii2i have two tables: User and User_works (User HAS_MANY User_works). How can I add a condition to …
yii compare conditional-statements criteria relationI am using yii framework for my development . I wrote CSS and able to align my <input tags in …
css yii radiobuttonlistHow 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-extensionsdo 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