Top "Yii-events" questions

Yii is a high-performance, component-based, open source PHP framework best for developing Web 2.0 applications.

HTML Button calling controller/action

I am trying to create html button in Yii on button click I want to call a UserController.php and …

yii yii-events
Disable sorting in header column of Yii CGridView

Yii provides sorting functionality for listing. How can I disable sorting so that my records will not get sorted when …

php yii yii-extensions yii-components yii-events
Non-Editable Text-Field

I am new in YII, i am wondering if the text-field in YII can made non-editable. If so can anyone …

php yii yii-events
Using $this when not in object context in Yii

Iam getting an error like Fatal error: Using $this when not in object context in ..\controllers\ServiceRequestController.php on line 661 …

php yii yii-extensions yii-components yii-events
Yii - How to validate a textfield for integers only

The below model extends CFormModel and I need to mention rules to it such that the attributes allow only integers. …

php yii yii-events
Yii multiple file upload

hi i am doing multiple file upload in yii... i have setup form to use multiple file upload like this... …

php yii yii-events
How to use events in Yii

I want to run some code in the onBeginRequest event. Where do I do that? I assume I am not …

php yii yii-events