Example #1
0
 public function execute()
 {
     $config = $this->getConfig();
     $detalle = new detalleAguaSurcoTable($config);
     $this->objDetalle = $detalle->getAll();
     $this->defineView('detalleAguaSurco', 'index', 'html');
 }