My PHP5 libLab
Wednesday January 18th 2006
For a recent school project I discovered phpDocumentor, and fell in absolute love. It may not be completely without the occasional quirk and bug, but in all it is an EXCELLENT way to document code. And by using it I've also been forced to be even more diligent about how I comment, and it really pays off.
So after documenting the school project itself, I decided I should go ahead and document my entire personal library of PHP code. This is a work in progress of course, but I hope it will prove beneficial to any who stumble upon it. Check it out here, it's my PHP libLab!
Update: Sorry folks, but I've taken the libLab down. A month or two after I put it up, I had a major breakthrough and was able to redesign the library of code into a function framework. I'll attempt in the near future to re-document it all.