Main Menu
PHP Tools
PHP Help Request
PHP Editors Newsletter
Editor Search
Reviewed PHP Editors
Latest News
Submit News
PHP Tutorials
PHP Book Reviews
Online Book Chapters
PHP Games
Forums
PHP Desktop Editors
Other PHP Tools
PHP Contests
PHP Programming Help
Linux Help
Apache Help
MySQL Help
PHP Games
PHP Jobs
PHP Forums Home
Programming Contest
PHP Contests
PHP Contests Archive
Documentation
PHP Manual
PEAR Manual
PHP-GTK Manual
Smarty Manual
PostgreSQL Manual
CSS 2 Reference
Redhat Linux 9
HTML 4.01
Apache 2 Manual
Partner Sites
Ajax Tutorials
Webmaster Resources
Web Templates
PHP Scripts
PHP Code Examples
Learn PHP playing Trivia
PHP & MySQL Forums
Web Development Index
web site templates
Sponsors
NuSphere
PEAR_DependencyDB
PEAR Manual
Prev
Chapter 27. PEAR Installer classes
Next
PEAR_DependencyDB
Table of Contents
Class Summary
PEAR_DependencyDB
-- Track dependency relationships between installed packages
PEAR_DependencyDB::assertDepsDB()
-- Create the dependency database, if it doesn't exist. Error if the database is newer than the code reading it.
PEAR_DependencyDB::dependsOn()
-- Determine whether $parent depends on $child, near or deep
PEAR_DependencyDB::getDependencies()
-- Get a list of dependencies of this installed package
PEAR_DependencyDB::getDependentPackageDependencies()
-- Get a list of the actual dependencies of installed packages that depend on a package.
PEAR_DependencyDB::getDependentPackages()
-- Get a list of installed packages that depend on this package
PEAR_DependencyDB::hasWriteAccess()
-- determines whether a dependency DB can be modified
PEAR_DependencyDB::installPackage()
-- Register dependencies of a package that is being installed or upgraded
PEAR_DependencyDB::rebuildDB()
-- Rebuild the dependency DB by reading registry entries.
PEAR_DependencyDB::setConfig()
-- Set up the registry/location of dependency DB
PEAR_DependencyDB::singleton()
-- Get a raw dependency database. Calls setConfig() and assertDepsDB()
PEAR_DependencyDB::uninstallPackage()
-- Remove dependencies of a package that is being uninstalled, or upgraded.
Prev
Home
Next
PEAR_Dependency2::validateSubpackageDependency()
Up
Class Summary
PEAR_DependencyDB
© Copyright 2003-2023 www.php-editors.com. The ultimate
PHP Editor
and
PHP IDE
site.