[cvs] commit: horde/lib Auth.php
Chuck Hagenbuch
chuck@horde.org
Tue, 2 Jul 2002 11:25:53 -0700 (PDT)
chuck 2002/07/02 11:25:53 PDT
Modified files:
lib Auth.php
Log:
Allow loading of sub-classes from several additional sources:
- if $driver is an array, then we assume that it is: array($app, $driver), and we
try to load $driver from $app/lib/Auth/$driver.php.
- if that isn't the case, and horde/lib/Auth/$driver.php doesn't exist, we try
to load include_path/Horde/Auth/$driver.php.
Both of these are aimed at making extending the APIs without messing with
a base Horde install easier to do. Comments welcome - I'll be implementing
this for the other APIs later today.
Revision Changes Path
1.41 +24 -7 horde/lib/Auth.php
Chora Links:
http://cvs.horde.org/diff.php/horde/lib/Auth.php?r1=1.40&r2=1.41&ty=u