Add files via upload
This commit is contained in:
@ -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","");
|
||||
|
Reference in New Issue
Block a user