public function execute() { $config = $this->getConfig(); $unidadMedida = new unidadMedidaTable($config); $this->objDetalleEjecucion = $unidadMedida->getAll(); $this->defineView('unidadMedida', 'index', 'html'); }
public function execute() { $config = $this->getConfig(); $entradaBodga = new entradaSalidaBodegaTable($config); $this->objEntradaBodega = $entradaBodga->consById(); $tercero = new terceroTable($config); $this->objTercero = $tercero->getAll(); $producto = new productoTable($config); $this->objProducto = $producto->getAll(); $unm = new unidadMedidaTable($config); $this->objUnm = $unm->getAll(); $this->defineView('entradaBodega', 'nuevo', 'html'); }