<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Description PHP Code Script Generation</title>
</head>
<body>
<h1>Description PHP Code Script Generation</h1>
<p>This project aims to provide a plug-in (ch.sahits.phpclassgenerator)
for PHP Code (PHP classes) generation (Wizard). Coming from programming database
based web application in Java where
there is an object representing the data of one record of a table I use the same approach
programming web applications in PHP. But I quickly got tiered of rewriting the same code over and
over again for each table in a slightly different version. Therefore I put all on hold and created
an Eclipse plug-in wizard that generates the base PHP class. This is done by analysing the structure
of the table in question and an XML template. </p>
<p>The plug-in stands under the <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public
License</a>.</p>
<p>For this application to work you will need to run your Eclipse with
at least JVM 1.5 and Eclipse 3.3.</p>
<p>The project home page can be found at <a
href="http://phpclassgenerator.sahits.ch/index.php">http://phpclassgenerator.sahits.ch/</a></p>
</body>
</html>