PHP is a widely used, high-level, dynamic, object-oriented and interpreted scripting language primarily designed for server-side web development.
As the title clarifies why is the auth key introduced in Yii2? What're it's main usages and how it i
I am using Yii framework for my project; I am redirecting page after success of insertion in database to a
I want to force all users to log in before accessing pages of my site. I have followed Larry Ullman's tut
In the API documentation it is specified that $joinWith - A list of relations that this query should be j
I recently started to work with yii, where can i find the yii version of my yii app?
I am trying to get the base URL for the project in Yii 2 but it doesn't seem to work. According to this p
I can't finally understand how to use the swiftMailer extension in Yii2. Judging by that on this subject
I've been using Yii's active record pattern for a while. Now, my project needs to access a differen
I'm trying to send a Get request by ajax and output json data that is returned by server in html. But, I
How, in Yii, to get the current page's URL. For example: http://www.yoursite.com/your_yii_application/?l
I am new to Yii-2 framework. How can i achieve following query in Yii-2 framework using activeQuery and models
How to get response as json format(application/json) in yii?
I'm having this strange error, CURL ERROR: Recv failure: Connection reset by peer This is how it happens
I want to integrate Marketo form with my existing website on yii framework. My code works on all the browsers
How to include a Javascript or CSS file in Yii Framework? I want to create a page on my site that has a littl
In Yii 1.1 this code works for default sorting: $dataProvider = new CActiveDataProvider('article',a
I am using web socket using PHP5 and the Chrome browser as client. I have taken the code from the site http://