<?php
include_once './cad/DAL/Connection.php';
include_once './cad/BLL/ClaseAulaMateriaBLL.php';
include_once './cad/DTO/ClaseAulaMateria.php';
include_once './cad/BLL/ClaseAulaBLL.php';
include_once './cad/DTO/ClaseAula.php';
include_once './cad/BLL/ClaseMateriaBLL.php';
include_once './cad/DTO/ClaseMateria.php';

$aulaBLL = new AulaBLL();
$materiaBLL = new MateriaBLL();
$aulaMateriaBLL = new AulaMateriaBLL();

$listaAulas = $aulaBLL->selectAll();
$listaMaterias = $materiaBLL->selectAll();
?>
<!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 method="POST" action="index.php">
            <input type="hidden" name="task" value="insertar"/>
            <div>