Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/eecf3f1d19ba92d195ca26ebb6425224 to your computer and use it in GitHub Desktop.
Save parzibyte/eecf3f1d19ba92d195ca26ebb6425224 to your computer and use it in GitHub Desktop.
<?php
$this->load->view("encabezado");
$this->load->view("ventas/todas", $datos);
$this->load->view("pie");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment