I'm trying to generate a call graph from a user interface point down into libraries.
I am interested in the libraries only to the extent that they are being called from the UI.
When I run:
phpcallgraph-0.7.0-pl1/bin/phpcallgraph -r -f txt a.txt wrapped/netineo-services.php ../../lib/netineo/*
I get not only a full callgraph of linkage starting at the UI, (which I want) but all relations between the libraries (which I don't).
Ultimately I'd like to generate something akin to a UML sequence diagram and push this into BOUML.
Thanks,
Martin.
PS. Are you on IRC or Skype?