Top "Yii" questions

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

"Invalid parameter number: parameter was not defined" Inserting data

UPDATE I was making a petty mistake when listing the VALUES. I should have put ":username" and not ":alias". I …

php mysql parameters yii
Getting base URL in Yii 2

I am trying to get the base URL for the project in Yii 2 but it doesn't seem to work. According …

php yii yii2
Yii model to array?

How can I convert the result of Trips::model()->findAll() to an array?

arrays model yii
Get current controller and action id in Yii

I want to force all users to log in before accessing pages of my site. I have followed Larry Ullman's …

php yii yii1.x
Create button with link in Yii2

I am trying to setup a button with a link to a view. However yii\bootstrap\Button does not have …

php yii yii2 yii-widgets
Postgres error: null value in column "id" - during insert operation

I 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-insert
How to Set Base URL in Yii Framework

When I do print_r(Yii::app()->request->baseUrl) I get an empty string. A post on …

php yii yii-routing
How to use the swiftMailer in Yii2

I can't finally understand how to use the swiftMailer extension in Yii2. Judging by that on this subject I didn't …

php yii swiftmailer yii2
Yii2 : Active Record add Not In condition

What is the active Record way of adding IN condition to an active Query in yii 1.x you could use …

activerecord yii yii2
how to pass parameter on redirect in yii

I am using Yii framework for my project; I am redirecting page after success of insertion in database to another …

php yii