Code Generator for Eclipse Code
Brought to you by:
hotzst
--- a +++ b/ch.sahits.codegen.help/trunk/html/gettingstarted/desc_phpcodegen.html @@ -0,0 +1,26 @@ +<!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> \ No newline at end of file
--- a +++ b/ch.sahits.codegen.help/trunk/html/gettingstarted/desc_sqlcodegen.html @@ -0,0 +1,23 @@ +<!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 SQL Insert Script Generation</title> +</head> + +<body> +<h1>Description SQL Insert Script Generation</h1> +<p>This project aims to provide a plug-in (ch.sahits.codegen.sql) +for SQL Insert Script generation (Wizard). The generation is based on Eclipse <a href="http://www.eclipse.org/datatools/">DataTools Project</a>. +You define your databases in DTP and can select among them to drill down to the table +you want so create an insert script for. +<p>The plug-in stands under the <a + href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public +License - v 1.0</a>.</p> +<p>For this application to work you will +need to run your Eclipse with at least JVM 1.5 and Eclipse 3.5 with DTP.</p> +<p>The project page can be found at <a +href="http://www.sahits.ch/project/sqlcodegen/">http://www.sahits.ch/project/sqlcodegen/</a></p> +</body> +</html> \ No newline at end of file