Yii is a high-performance, component-based, open source PHP framework best for developing Web 2.0 applications.
I am trying to create html button in Yii on button click I want to call a UserController.php and …
yii yii-eventsYii 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-eventsI am new in YII, i am wondering if the text-field in YII can made non-editable. If so can anyone …
php yii yii-eventsIam 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-eventsThe below model extends CFormModel and I need to mention rules to it such that the attributes allow only integers. …
php yii yii-eventshi i am doing multiple file upload in yii... i have setup form to use multiple file upload like this... …
php yii yii-eventsI want to run some code in the onBeginRequest event. Where do I do that? I assume I am not …
php yii yii-events