Use for questions about any version of Yii, an open-source MVC framework for writing web 2.0 applications in PHP5+
UPDATE I was making a petty mistake when listing the VALUES. I should have put ":username" and not ":alias". I …
php mysql parameters yiiI am trying to get the base URL for the project in Yii 2 but it doesn't seem to work. According …
php yii yii2How can I convert the result of Trips::model()->findAll() to an array?
arrays model yiiI want to force all users to log in before accessing pages of my site. I have followed Larry Ullman's …
php yii yii1.xI am trying to setup a button with a link to a view. However yii\bootstrap\Button does not have …
php yii yii2 yii-widgetsI use postgresql and yii2 framework. Well I got a very interesting error message: SQLSTATE[23502]: Not null violation: 7 ERROR: null …
sql postgresql yii null sql-insertWhen I do print_r(Yii::app()->request->baseUrl) I get an empty string. A post on …
php yii yii-routingI can't finally understand how to use the swiftMailer extension in Yii2. Judging by that on this subject I didn't …
php yii swiftmailer yii2What is the active Record way of adding IN condition to an active Query in yii 1.x you could use …
activerecord yii yii2I am using Yii framework for my project; I am redirecting page after success of insertion in database to another …
php yii