[horde] composite driver

Ilya mail at krel.org
Tue Sep 3 09:05:10 PDT 2002


but first time _loadDriver is called, is after  _getDriverByParam, and
_getDriverByParam needs cyrsql to be loaded to call . (composite.php line 84).
Am I missing smth?

 if (($auth_driver = Auth::_getDriverByParam('loginscreen_switch',
$this->_params)) &&
                $this->_loadDriver($auth_driver)) {


 function _getDriverByParam($name, $params, $driverparams = array())
    {
        if (array_key_exists($name, $params) &&
            function_exists($params[$name])) { <<<<<<<<<<<<<<<<<<<<
            return call_user_func_array($params[$name], $driverparams);
        }

        return null;
    }


On Tue, Sep 03, 2002 at 10:39:26AM -0400, Chuck Hagenbuch wrote:
> Quoting Ilya <mail at krel.org>:
> 
> > Chuck, I tried that of course, that didnt work either.
> > Am I correct in my assumption that the auth driver is not yet loaded at
> > the time
> > 
> > call_user_func is called in Auth.php?
> 
> No, it should be there...
> 
> -chuck
> 
> --
> Charles Hagenbuch, <chuck at horde.org>
> "After a few minutes the most aromatic and nice smelling Italian coffee 
>  will come out of the exhaustpipe." - Our stove-top espresso pot
> 
> -- 
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
> 


More information about the horde mailing list