Re: Generating diagram of my projekt?

2010-04-11 Thread Renato de Freitas Freire
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
ren...@morfer.org


On Sat, Apr 10, 2010 at 4:33 PM, mivogt-LU c...@mivogt.net 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 cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Generating diagram of my projekt?

2010-04-11 Thread Zaky Katalan-Ezra
http://www.ohloh.net/p/cakephp-apigenerator

CakePHP Api Generator is CakePHP plugin that provides a reflection based
documentation generation tool.
It was designed for http://api.cakephp.org but can be used to create
documentation for almost any PHP source code.

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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com 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.


Re: Generating diagram of my projekt?

2010-04-11 Thread nurvzy
I'm a fan of phpdoc.  Simple to use and customize. Produces standard
documentation for anyone familiar with APIs.

http://www.phpdoc.org/

On Apr 10, 1:33 pm, mivogt-LU c...@mivogt.net 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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com 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.


Generating diagram of my projekt?

2010-04-10 Thread mivogt-LU
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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com 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.