Use for questions about any version of Yii, an open-source MVC framework for writing web 2.0 applications in PHP5+
I have following code to fetch data from a model. $notifyModel = Notification::model()->findByAttributes(array( 'user_id'=> …
php yiiHow to get response as json format(application/json) in yii?
php yiiI am using Yii2 framework and I'd like to generate an html code like this <input type="checkbox" id="…
php html yii active-formIn YII I could request a parameter from url and populate a form field called companyAdd_id with the following …
yii yii2I am trying to hide the label for a specific field in _form.php without success. I have tried couple …
forms yii yii2 yii-widgetsI often face this problem.. Lets say ..In blog application, I need to email all the active users.. What I …
php activerecord yiiUsing Yii, I want to delete all the rows that are not from today. Is my solution ok ? $query = "delete …
yii delete-row