commit: horde/docs CHANGES horde/lib Registry.php

Chuck Hagenbuch chuck@horde.org
21 May 2001 16:06:31 -0000


chuck       2001/05/21 09:06:31 PDT

  Modified files:
    docs                 CHANGES 
    lib                  Registry.php 
  Log:
  add a &singleton() method to the Registry class. Now that we have so much
  state in the registry object, we can't blow it way with $registry = new
  Registry() in application base.php files.
  
  Revision  Changes    Path
  1.149     +1 -0      horde/docs/CHANGES
  1.30      +22 -4     horde/lib/Registry.php