library/Dot/Settings.php

Properties

Description

DotBoost Technologies Inc.

DotKernel Application Framework


Classes

Dot_Settings

Properties

 
 
No 
No 

Description

Loading Settings from database, also set PHP settings from config file

Methods

__construct, getOptionVariables, getSettings, loadControllerFiles, setPhpSettings,

__construct( ) : Dot_Settings

Description

Constructor

Return value

Type Description
Dot_Settings

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

Type Description
void

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
Documentation was generated by DocBlox.

Packages

  • Admin
    • Admin
      Admin Model Here are all the actions related to the user
    • Admin_View
      Admin View Class class that prepare output related to User controller
    • System
      System Model Here are all the actions related to the system settings
    • System_View
      System View Class class that prepare output related to User controller
    • User
      User Model Here are all the actions related to the user
    • User_View
      User View Class class that prepare output related to User controller
    • View
      Admin View abstract over the Dot_Template class
  • DotKernel
    • DotLibrary
    • Frontend
      • Page
        Page Model Dummy class, is not doing anything
      • Page
        Page Model Dummy class, is not doing anything yet
      • Page_View
        Page View Class functions that prepare output related to Page controller
      • User
        User Model Here are all the actions related to the user
      • User_View
        User View Class class that prepare output related to User controller
      • View
        View Model abstract over the Dot_Template class
    • Mobile
      • Page_View
        Page View Class functions that prepare output related to Page controller
      • View
        View Model abstract over the Dot_Template class
    • Rss
      • Sample
        Sample Model Here are all the actions related to the Sample
      • Sample_View
        Sample View Class
      • View
        View class - used for outputting rss content