Hi everyone I have a sql server table that contains fields that are of type varbinary. The table model sees the field as a string, when it tries to save it it g
I'm getting 2 PHPSESSID set cookies headers from a login request from my yii application. Date: Thu, 05 Dec 2013 02:19:44 GMT Server: Apache/2.2.22 (Ubuntu) X
I've got this code to handle Facebook response: if (response && !response.error_message) { alert('Posting
In this section of the yii2 installation guide there's the following instructions: With Composer installed, you can install Yii by running the following c
I want to integrate Marketo form with my existing website on yii framework. My code works on all the browsers except Firefox. Excerpt from my code: $('#bu
Yii 1.1.14 I'm trying to make a popup to select a year and then get some reporting output for the selected year : The popup is generated by CJuiDialog. Insi
How can I convert the result of Trips::model()->findAll() to an array?