echo $form->dropDownList($model, 'CodBodega', CHtml::listData(Bodega::model()->findAll(), 'CodBodega', 'Descripcion'), array('empty' => ' ')); ?> <?php echo $form->error($model, 'CodBodega'); ?> </th> </tr> </table> <table> <th> <?php echo $form->labelEx($model, 'ForPago'); ?> <?php echo $form->dropDownList($model, 'ForPago', CHtml::listData(Formapago::model()->findAll(), 'Id', 'Descripcion'), array('empty' => ' ')); ?> <?php echo $form->error($model, 'ForPago'); ?> </th> </table> <!--<div class="table"> <table> <tr> <th> <div class="row_buttons">
public function getMenuFormapago() { return CHtml::listData(Formapago::model()->findAll(), 'Id', 'Descripcion'); }