| View previous topic :: View next topic |
| Author |
Message |
ziad
Joined: 10 Mar 2009 Posts: 20
|
Posted: Tue Mar 10, 2009 12:22 pm Post subject: UML with PHP |
|
|
Hi All,
I am using 6.5 with PHP and finding it a very powerful way of developing PHP apps but I think I have quite a bit to learn before I can really fully utilise NB.
I've seen that NB has UML capabilities that can be used to generate source code, but it seems this only works with Java at the moment. Any news on whether this will be available for PHP development?
Thanks
Ziad |
|
| Back to top |
|
 |
Tomas Mysik Posted via mailing list.
|
Posted: Tue Mar 10, 2009 2:39 pm Post subject: UML with PHP |
|
|
Hi,
On úterý 10 března 2009 13:22:17 ziad wrote:
| Quote: | I've seen that NB has UML capabilities that can be used to generate source
code, but it seems this only works with Java at the moment. Any news on
whether this will be available for PHP development?
|
sorry, no such plans for near future.
Tomas
--
Tomas Mysik
address-removed |
|
| Back to top |
|
 |
András Csányi Posted via mailing list.
|
Posted: Tue Mar 10, 2009 2:46 pm Post subject: UML with PHP |
|
|
2009/3/10 ziad <address-removed>:
| Quote: | Hi All,
I am using 6.5 with PHP and finding it a very powerful way of developing PHP apps but I think I have quite a bit to learn before I can really fully utilise NB.
I've seen that NB has UML capabilities that can be used to generate source code, but it seems this only works with Java at the moment. Any news on whether this will be available for PHP development?
|
Hi Ziad!
I suggest you try the Umbrello. This is part of KDE and the 4.x
version is working fine under Linux and Windows. I know isn't
comfortable drawing and desing in one tool and coding in another. :(
http://uml.sourceforge.net/
András
--
- -
-- Csanyi Andras -- http://sayusi.hu -- Sayusi Ando
-- "Bízzál Istenben és tartsd szárazon a puskaport!".-- Cromwell |
|
| Back to top |
|
 |
ziad
Joined: 10 Mar 2009 Posts: 20
|
Posted: Tue Mar 10, 2009 2:58 pm Post subject: Re: UML with PHP |
|
|
Thats a shame, I think that would have been cool.
How about doing something like this:
http://www.codegear.com/products/delphi/php
Anyway, thanks for a great IDE for PHP dev!
| Tomas Mysik wrote: | Hi,
On úterý 10 března 2009 13:22:17 ziad wrote:
| Quote: | I've seen that NB has UML capabilities that can be used to generate source
code, but it seems this only works with Java at the moment. Any news on
whether this will be available for PHP development?
|
sorry, no such plans for near future.
Tomas
--
Tomas Mysik
address-removed |
|
|
| Back to top |
|
 |
andrewmigliore
Joined: 10 Mar 2009 Posts: 2 Location: Portland, OR
|
Posted: Tue Mar 10, 2009 3:34 pm Post subject: UML Tools |
|
|
For PHP, these free cross platform tools work. Don't expect round trip but you can reverse or generate classes.
Bouml - a little clumsy to start with but you can generate php from your class diagrams. Probably more full featured than the next tool.
Argouml - be careful with this... no undo so save often, works fine and is simple to use.
cheers |
|
| Back to top |
|
 |
darkroastbeans
Joined: 15 Mar 2009 Posts: 5
|
|
| Back to top |
|
 |
spabhat
Joined: 31 Aug 2009 Posts: 1
|
Posted: Mon Aug 31, 2009 3:08 pm Post subject: StarUML seems an alternate till we get full PHP support in Netbeans |
|
|
I have checked out StarUML, and I feel that it could be a better open source alternative for PHP code generation using UML.
It, however, by default does not support PHP 5 Code Generation and we will need to use a code generation template available here:
http://staruml.sourceforge.net/en/templates.php
What is really amazing is that we can write a custom code generation script, which mean StarUML can virtually support any programming language.
I am still looking forward to use Netbeans for everything, hope PHP Code generation would be supported in near future.
Open source really rocks. Thanks to all for the help.
Regards,
Prakash A Bhat
http://www.chandanweb.com |
|
| Back to top |
|
 |
|