Add files via upload

This commit is contained in:
Fernando Méndez
2021-04-28 21:46:10 +02:00
committed by GitHub
parent 12a56f33bf
commit 9756959978
27 changed files with 641 additions and 31 deletions

View File

@ -1,6 +1,10 @@
<?php
include_once('./includes/film_dto.php');
include_once('./includes/formFilm.php');
//General Config File:
include_once('../assets/php/config.php');
include_once('../assets/php/common/film_dto.php');
include_once(__DIR__.'/includes/formFilm.php');
/*$f1 = new FilmDTO(1000,"Los vengadores",183,"español","");
$f2 = new FilmDTO(2001,"Mecernarios",140,"español","");
$f3 = new FilmDTO(3022,"Monster hunter",104,"español","");