Class Horde_Core_Bundle
Base class for the Horde bundle API.
Copyright 2011-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.
Methods summary
public
|
|
public
|
#
init( )
Creates and loads a basic conf.php configuration file.
Creates and loads a basic conf.php configuration file.
|
public
|
#
configDb( )
Asks for the database settings and creates the SQL configuration.
Asks for the database settings and creates the SQL configuration.
|
public
|
#
migrateDb( )
Creates or updates the database tables.
Creates or updates the database tables.
Throws
Horde_Db_Exception
|
public
|
#
configAuth( )
Asks for the administrator settings and creates the authentication
configuration.
Asks for the administrator settings and creates the authentication
configuration.
|
public
|
#
writeConfig( Horde_Variables $vars )
Writes the current configuration to the conf.php file.
Writes the current configuration to the conf.php file.
Throws
Horde_Exception
|
public
|
#
writeAllConfigs( )
Creates default configuration files for all installed applications.
Creates default configuration files for all installed applications.
Throws
Horde_Exception
|