Tag Archives: zend

Bugzilla API: an example using PHP and Zend Framework

Bugzilla has a rudimentary API for driving it from code.  To do this from PHP is reasonably trivial, but using Zend Framework (for the cookie jar primarily) makes the task very simple.  Here is some example code: 1 2 3 … Continue reading

Posted in Geek, Technologies, Uncategorized | Tagged , , , | 2 Comments