If your database is MySQL, you can try MySQL Workbench. This program can do reverse engineer of your database and draw the diagram automatically.
http://wb.mysql.com/ -- Renato de Freitas Freire [email protected] On Sat, Apr 10, 2010 at 4:33 PM, mivogt-LU <[email protected]> wrote: > hi there, > > I did my first cake project so far and it works (well - most of it...) > Now I want to do some documentation adding the database-model and the > UML diagram as pictures. > > Are there any tools to automate it as much as possible? > ER and UML will shure be very similar as each Class means a table in > database, with some linking tables in addition for the ER - having the > UML with same table names and culum names as attributes and always the > CRUD methods in UML with some custom methods in additon. > > So if there is any autmatic tool to do most of work it would be fine - > otherwise I ll have to start with argoUML, DIA and all the other stuff > that is free and useful to draw it myselfe. > > Thanks in advance > > Michael > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > > To unsubscribe, reply using "remove me" as the subject. > Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
