chxo internets RSS

A network of memes,
by Chris Snyder

See also
CHXO Internet
twitter.com/64

Archive

Oct
18th
Sat
permalink

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:

  1. pecl install inclued-0.1.0 (or download and compile latest inclued from source)
  2. apt-get install graphviz gsfonts
  3. 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.