library/Dot/Settings.php
Properties
category
copyright
license
package
version
Description DotBoost Technologies Inc.
DotKernel Application Framework
Classes
Dot_Settings
Properties
Extends
Implements
author
category
package
Abstract No
Final No
Description
Loading Settings from database, also set PHP settings from config file
Methods
__construct ,
getOptionVariables ,
getSettings ,
loadControllerFiles ,
setPhpSettings ,
Description
Constructor
Return value
Tags
Name
Description
access
public
getOptionVariables(
string
$requestModule,
string
$requestController,
)
:
Zend_Config
Description
Get the option variables from an xml file for the current dots
Used recursively, first take default.xml values. This values are
overwritten by the xml of the current dots
Arguments
Name
Type
Description
Default
$requestModule
string
$requestController
string
Return value
Type
Description
Zend_Config
getSettings(
)
:
object
Description
Get settings from database, table, and load into registry $settings
Return value
Type
Description
object
with values from setting table
Tags
Name
Description
access
public
static
loadControllerFiles(
string
$requestModule,
)
:
void
Description
Require the files according to MVC pattern, and the modules there are in application.ini file
Arguments
Name
Type
Description
Default
$requestModule
string
Return value
Tags
Name
Description
access
public
static
setPhpSettings(
$phpSettings,
string
$prefix,
)
:
copied
Description
Set PHP configuration settings
Arguments
Name
Type
Description
Default
$phpSettings
n/a
$prefix
string
Key prefix to prepend to array values (used to map . separated INI values)
Return value
Type
Description
copied
from Zend_Application class
Tags
Name
Description
access
public
static