aqeerah Posted January 6, 2008 Share Posted January 6, 2008 Hello all, I may be in teh wrong place asking this qustion, sorry if I am. I have generated a PHPDOCs from my OO php code. I am looking for a software that you may recommend to help me map out the process and see how the code calls the different classes and how method relate to each other. I do not want to do it manually. TIA AQH Quote Link to comment https://forums.phpfreaks.com/topic/84723-phpdoc-and-creating-a-process-map/ Share on other sites More sharing options...
redbullmarky Posted January 6, 2008 Share Posted January 6, 2008 Welcome to the forums. I've moved this from @PHPFreaks because that forum is for questions, etc regarding THIS site. Please read the board descriptions thoroughly first before posting, rather than apologising within your post for your question - do you mean an interface to browse it like phpDocumentor? http://www.phpdoc.org Quote Link to comment https://forums.phpfreaks.com/topic/84723-phpdoc-and-creating-a-process-map/#findComment-431769 Share on other sites More sharing options...
aqeerah Posted January 6, 2008 Author Share Posted January 6, 2008 What i am looking for is a way for me to take the output of PHPDocumenter and feed it through a "software" that will draw the relationships and dependencies between objects and entities... an example would be UML modeling but i could not find a feature that will allow me to utilize the PHPDocs. Any suggestions? Quote Link to comment https://forums.phpfreaks.com/topic/84723-phpdoc-and-creating-a-process-map/#findComment-431784 Share on other sites More sharing options...
448191 Posted January 6, 2008 Share Posted January 6, 2008 I don't think what you are asking for exists. Sure, tools can display inheritance but comprehensive analysis of runtime relations is something else. There is software that can reverse engineer PHP classes to UML class diagrams, but it does not aid in mapping runtime relations, you would have to do them manually. One such a tool is Visual Paradigm for UML. It'll read your docblocks, but simply add them as documentation to an UML entity. It doesn't analyse them. Unfortunately reverse engineering is only offered in one of the expensive versions. Also their website is currently down for some reason. Quote Link to comment https://forums.phpfreaks.com/topic/84723-phpdoc-and-creating-a-process-map/#findComment-431785 Share on other sites More sharing options...
aqeerah Posted January 7, 2008 Author Share Posted January 7, 2008 Thank you for the feed back. One thing I remember about UML a while back when I was doing JBuilder / PHP stuff, is that it will take the code you've developed and draw you a process map. It will also do that from the JAVADocs (inherited, instantiated, interface...). May be I mis-lead you by thinking that i need a Runtime mapping... sorry. The problem is I do not have access to the code "Business analyst" and thats unfortunate... :-\ Quote Link to comment https://forums.phpfreaks.com/topic/84723-phpdoc-and-creating-a-process-map/#findComment-432493 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.