views:

336

answers:

1

What are your favorite free CASE/UML/Code generation/diagramming tools that you use with PHP?

There are various commercial products that support code generation in PHP language, are there any free CASE tools? What would you recommend?

+2  A: 

Well first we need to distinguish between Higher and Lower CASE tools. Higer tools are the ones that help you develop sw through all it's live cycle. I'm unaware of such a tool for php.

However in the lower CASE side we have ArgoUML from their website:

The PHP generation is provided with all ArgoUML releases since 0.13.2 (March 2003) in the "modules"-file.

Also you might want to check DBDesigner, from their site:

DBDesigner 4 is a visual database design system that integrates database design, modeling, creation and maintenance into a single, seamless environment.

elviejo
+1 for mentioning DBDesigner. It is all I need :)
Miha Hribar