Exemple #1
0
 public function cargarAtributoCombo($idAtributo)
 {
     $o_LReporte = new LReporte();
     $o_TablaHtmlx = new tablaDHTMLX();
     $arrayDatos = $o_LReporte->cargarAtributoCombo($idAtributo);
     return $o_TablaHtmlx->generarCombo($arrayDatos);
 }