Example #1
0
File: Evento.php Project: cicb/tpc
 public function getListaEvento()
 {
     return array(CHtml::listData(evento::model()->findAll(array('order' => 'EventoId desc')), 'EventoId', 'name'), array('empty' => array(NULL => '-- Seleccione --')));
 }