yii-events Questions
3
Solved
Yii provides sorting functionality for listing. How can I disable sorting so that my records will not get sorted when clicked on column header?
Kattie asked 1/10, 2012 at 6:34
2
I have a problem with CJuiDatePicker in the module JQRelcopy on Yii framework.
I use this module as I have a form with a datepicker field to be copied as many times as the user wishes.
The module w...
Devious asked 29/11, 2012 at 13:50
3
Solved
what is the benefit of below code that is two events.
what its actually doing ??
require_once($yii);
$app = Yii::createWebApplication($config);
Yii::app()->onBeginRequest = function($event)
{
...
Revocable asked 11/6, 2012 at 7:20
1
Solved
I am new in YII, i am wondering if the text-field in YII can made non-editable. If so can anyone answer.
I do the following way..
<?php echo $form->labelEx($model,'first_name'); ?>
<?...
Fryd asked 21/12, 2012 at 5:48
2
Solved
I want to run some code in the onBeginRequest event.
Where do I do that? I assume I am not suppose to add this in the core library code.
I am a totally noob in Yii
Psychopathist asked 14/9, 2011 at 0:33
1
© 2022 - 2024 — McMap. All rights reserved.