It’s Bugzilllaaaaa!!! And PHP.
by subpacket on Dec.09, 2008, under General
So here’s my latest pet project that’ll become my first open-source GPL’d project: BugzillaPHP.
WTF is it? It will be a class (or classes) that are used to communicate with a Bugzilla installation from PHP. For the first implementation, I’m writing what’s needed to retrieve bugs, search bugs, create and update bugs. As soon as I have a working version (which will hopefully be in a couple weeks or so), I’ll make it available here for anyone that may find it useful.
It’s going to be used for a larger project that I’m implementing in GWT (Google Web Toolkit). Essentially, it’ll be an ‘enhanced’ front-end to bugzilla that will have various additional features that are more useful for the company that I’m working for. And the fact that it’s using GWT’s powers of Ajax is a perk
And it’s an excuse to learn some new technology.
Updates to follow!