commit: horde/lib Registry.php

Jon Parise jon@horde.org
20 May 2001 22:28:38 -0000


jon         2001/05/20 15:28:38 PDT

  Modified files:
    lib                  Registry.php 
  Log:
  Expand the registry to handle reading application configuration files and
  managing the global $conf array.
  
  When a registry service is called, the registry will import the servicing
  application's $conf hash into the global namespace.  When the service call
  is complete, the registry will restore the previous application's $conf
  hash.
  
  Revision  Changes    Path
  1.29      +36 -4     horde/lib/Registry.php