freebsd-ports/devel/phpbt/pkg-descr
Wes Peters 243206bdcf Add phpBugTracker, a bug database designed to provide the features
of Bugzilla with better performance and maintainability.  phpBT is
(obviously) developed in PHP and uses the PEAR database library for
database independence; currently PostgreSQL and MySQL are supported.
2004-11-28 22:40:21 +00:00

9 lines
367 B
Text

phpBugTracker is a web-based bug reporting and tracking system. It
helps development teams to manage the testing and debugging segments
of the development cycle.
A PHP replacement for bugzilla, focusing on separating the presentation,
application, and database layers by using templates and a database
abstraction layer.
WWW: http://sourceforge.net/projects/phpbt/