<?php

require '../clases/AutoCarga.php';
$bd = new DataBase();
$gestorEvento = new ManageEvento($bd);
$id = Request::get("ID_evento");
$evento = $gestorEvento->get($id);
$gestorArtista = new ManageArtista($bd);
$gestorLugar = new ManageLugar($bd);
$gestorTipo = new ManageTipoEvento($bd);
//   var_dump($gestorCountry->getValuesSelect());
?>
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
    </head>
    <body>

        <form action="phpEditarEvento.php" method="post" >


            <input type="hidden" name="pkID" value="<?php 
echo $evento->getID_evento();
?>