public function getListaEmpleadosCCostos($cod, $estado) { $o_DRrhh = new DRrhh(); $rs = $o_DRrhh->getListaEmpleadosXCCosto($cod, $estado); $array = $this->filasEmpleados($rs); return $array; }