allFilmData(); $titles = array(); $descriptions = array(); $times = array(); foreach($films as $key => $value){ $titles[$key] = $value->getTittle(); $descriptions[$key] = $value->getDescription(); $times[$key] = $value->getDuration(); } ?> print_head(); ?>
print_header(); ?> print_main(); ?>".$descriptions[$i]."
Duración: ".$times[$i]." minutos