Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. function creaFormularioProductos(){
  2. $productos = DB::obtieneProductos();
  3. foreach ($productos as $p) {
  4. // Creamos el formulario en HTML para cada producto
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement