PHP Classes

File: Example

Recommend this page to a friend!
  Classes of Izaias Moura   Generator of the code   Example   Download  
File: Example
Role: Example script
Content type: text/plain
Description: Example
Class: Generator of the code
Generate PHP scripts for table manipulation forms
Author: By
Last change:
Date: 18 years ago
Size: 176 bytes
 

Contents

Class file image Download
<?
include("generator.class.php");

$createcode = new codegenerator;

$createcode->banco = "sindlocsp";
$createcode->tabela = "sind_texto";

$createcode->output();
?>