views:

220

answers:

1

Obviously it's a lot easier to convert from code to Sequence Diagrams, rather than from a Sequence Diagram to a bunch of code that doesn't match your implementation at all. However, these do exists for languages like Java, and .NET.

Does anyone have any links to such tools for PHP?

+1  A: 

frameworks like cakephp and zend framework can generate skeleton code from database tables, which are easily modeled in tools like the mysql workbench.

http://wb.mysql.com/

here's a list of several free modelling tools, some of which can generate php code. http://en.wikipedia.org/wiki/List%5Fof%5FUnified%5FModeling%5FLanguage%5Ftools#List%5Fof%5FNon-commercial.2FFree%5FUML%5Ftools

kristofer