Use for questions about any version of Yii, an open-source MVC framework for writing web 2.0 applications in PHP5+
Please can someone explain how the search method in a Yii2 SearchModel works? I generated it using Gii. Here it …
php yii yii2while trying to connect with mysql in yii framework it shows "CDbConnection failed to open the DB connection: could not …
php mysql yii zend-studio yii-cactiverecordI can't figure out how to properly save checkbox values in Yii. I have a MySQL column, active, defined as …
yiiI want create this query with yii2 search model select * from t1 where (title = 'keyword' or content = 'keyword') AND (category_…
yii yii2I have a table which has a field `activated_at` timestamp NULL DEFAULT NULL, which means that it can contain …
php activerecord yii yii2I am building an API in Yii 1.x which will be used with a mobile application. Part of the process …
php rest yii access-token restful-authenticationI am using Yii Framework 2.0. I have a form with a text input field which is meant for a date. …
php date yii validation yii2Here I go what am doing is I am using Yii::app()->SESSION['userid'] with no Yii::app()…
php session yiiAssuming i have $_POST["x"]["y"] = 5; how can i Yii::app()->request->getPost('x[y]'); how …
php yii http-post