Télécharger la liste

Description du projet

UML2PHP5 is a plugin designed to fit on the Dia diagram application. It automatically generates the PHP code structure following the diagram's classes.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-12-31 22:59
1.5

Le nouveau paramètre TRANSLATE_DESTRUCTOR (par défaut = ON) a été ajouté, qui permet la traduction automatique du nom de destructeur (~ className) à la __destruct mot-clé.
Tags: Minor feature enhancements
The new parameter TRANSLATE_DESTRUCTOR (default = ON) was added, which allows automatic translation of destructor name (~classname) to the __destruct keyword.

2004-07-26 19:24
1.4

Le AUTO_SETTERS_GETTERS (par défaut = OFF) paramètre a été ajouté, qui permet la génération automatique de set / get méthodes "à la Java 'pour les données privées.
Tags: Minor feature enhancements
The AUTO_SETTERS_GETTERS (default = OFF) parameter was added, which allows automatic generation of set/get methods 'à la Java' for private data.

2004-06-12 15:35
1.3

Une très grande partie du code a été réécrit, essentiellement sur les relations. Cette version fonctionne avec le nouveau Dia 0.93 (Linux uniquement).
Tags: Code cleanup
A huge portion of the code has been rewritten, mostly on relationships.
This release works with the new Dia 0.93 (Linux only).

2004-05-29 20:41
1.2

Un soutien a été ajoutée pour l'@ author, @ copyright, @ licence, et @ voir les balises. Le nouveau paramètre TRANSLATE_CONSTRUCTOR (par défaut = ON) vous permet de traduire le nom d'un constructeur à la __construct mot-clé.
Tags: Minor feature enhancements
Support was added for the @author, @copyright,
@license, and @see tags. The new parameter
TRANSLATE_CONSTRUCTOR (default=ON) allows you to
translate the name of a constructor to the
__construct keyword.

2004-05-19 16:41
1.1

Une mauvaise mise en œuvre des noms de rôle dans la relation d'agrégation et redondant exige ont été fixés.
Tags: Minor bugfixes
A bad implementation of role names in aggregation
relationship and redundant requires were fixed.

Project Resources