Mr. Steve, I noticed in a couple of the places on your site you have little UML looking diagrams. I am curious if you use a PHP Case tool to generate these out of dataface, or if you are basically doing them by hand. I ask because I am looking at a couple of round trip programs to first generate diagrams so I can better understand what is going on. And then from there perhaps be able to make contributions.
Hi,
All of the diagrams were done by hand using a program called OmniGraffle. I sometimes use Poseidon as a CASE tool but for PHP I find these tools much less helpful as they are best for describing class inheritance and relationships, but there is very little inheritance going on with PHP (partly because too much inheritance causes a performance hit).
-Steve