PHP Classes

File: gerador_classes.php

Recommend this page to a friend!
  Classes of Helio Barbosa   PHP Code Generator for MySQL Open Source   gerador_classes.php   Download  
File: gerador_classes.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Code Generator for MySQL Open Source
Generate classes to access database from dump file
Author: By
Last change:
Date: 5 years ago
Size: 900 bytes
 

Contents

Class file image Download
<!--
    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: hflb01@gmail.com
    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>