Oct
18th
Sat
18th
Generating PHP include graphs from inclued on Debian
Using inclued 0.3 under Ubuntu 8.04 « Care2x Development Blog got me most of the way there, so in short:
- pecl install inclued-0.1.0 (or download and compile latest inclued from source)
- apt-get install graphviz gsfonts
- the gengraph.php mentioned in the article is at /usr/lib/php/gengraph.php
My include graph isn’t as clean as CodeIgniter’s, but it’s not overly complex either. W00t.