PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PEAR » PEAR_PackageFileManager_Frontend

PEAR_PackageFileManager_Frontend, the singleton-based frontend for user input/output.

This package is unmaintained.

Download latest release 0.8.0 (archived versions might be outdated)

License: PHP License 3.01

Description

PEAR_PackageFileManager_Frontend is designed to act as a backend with all features required by frontend such as Web or Gtk2.

Features:
- keep and manage all errors/warnings through a PEAR ErrorStack
- allow to import/export users preferences
- logs all frontend activities
- retrieve user package informations on import with common API getDefaults()
- provides also basic methods to get list of maintainers, files with roles and replacements,
list of dependencies (packages, extensions), and specific files roles.
- provides a common Decorator pattern class for any frontend (Web, Gtk2, ...)
- works with PHP 4 and PHP 5.

Maintainers

Dependencies

Required

Optional

Releases

Bugs

IDStatusTypeVersionDateSummary
#17772ClosedBugSVN2010-08-21Patch: Avoiding eregi in favor of PCRE functions