[Uml-devel] Patch for php5 Code generation to fix include
Clarke Brunsdon
clarke at vossoc.org
Sat Aug 26 08:45:32 UTC 2006
This patch fixes (to the php5 code generation) including class dependencies.
It fixed a logic error where the file would not be included if it _did_ find a file to include.
It also changes the include to a require_once, better suited for loading dependencies in php.
http://ca3.php.net/manual/en/function.include.php
vs
http://ca3.php.net/manual/en/function.require-once.php
The patch is here:
http://www.nullfs.com/umbrello_php5_require_fix.patch
More information about the umbrello-devel
mailing list