<!--
 
    Programm: gerador_classes.php
 
    Objective: Generated all class for object orientation in PHP from archeve sql
 
    Autor: Hélio Barbosa
 
 
    http://solucaofinal.com
 
 
    GitHub: https://github.com/helhoso/PHPCodeGenerator.git
 
    linkedin: https://br.linkedin.com/in/helio-barbosa-32718082
 
    email: [email protected]
 
    youtube: https://www.youtube.com/user/1908HELIO
 
 
-->
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 
<html>
 
<head>
 
  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
 
  <title>Gerador de Classes PHP</title>
 
</head>
 
<body>
 
<table>
 
    <form action="gerador_classes_gerar.php" method="post" enctype="multipart/form-data"> 
 
        <input type="file" name="Arquivo" id="Arquivo"></br> 
 
        <input type="submit" value="Gerar Classes"> </br>
 
        <input type="reset" value="Limpar Formulario"></br>
 
    </form>
 
</table>
 
 
 |