remover film_dto

This commit is contained in:
marian1010
2021-05-06 07:32:24 +02:00
parent 1447369a16
commit 7993f02c27
4 changed files with 39 additions and 51 deletions

View File

@ -1,7 +1,10 @@
<?php
include_once('film_dto.php');
include_once('film.php');
$template = new Template();
$prefix = $template->get_prefix();
include_once($prefix.'assets/php/dao.php');
class Film_DAO extends DAO {
//Constructor: