values in drop down list called via CActiveForm::dropDownList() is be populated by passing array of value => text as parameter.
eg, to select sex of a person, in the form view file:
<?php echo $form->dropDownList($form, 'sex', array('1' =&g… more »
Tags: empty
b2evo: change default empty text
when there's nothing to display or when there's nothing in search result, the following message is displayed:sorry, there's nothing to display... to change this text, locate display_if_empty() in template and add a new parameter, so it looks like… more »