[Uml-devel] Code Generator support for php5

Pedro Algarvio ufs at sapo.pt
Sat Jan 8 03:40:06 UTC 2005


When is umbrello code generator suposed to support php5?
I've only started to play with it a bit and noticed that variables when 
generating code are like:

var $some_var;


Well, as of php5, we can't declare var's like this, it will have to be 
something like this:

protected    $protected_var;
private      $private_var;
public       $public_var;


This is just what I noticed, I'm shure there migt be more changes.

Pedro Algarvio.




More information about the umbrello-devel mailing list