Base config handler. Config handlers are used for typecasting and rendering controls that represent single config options
Located in /application/models/config_handlers/general/ConfigHandler.class.php (line 10)
| Class | Description |
|---|---|
| ThemeConfigHandler | Base config handler. Config handlers are used for typecasting and rendering controls that represent single config options |
| FileStorageConfigHandler | Let user select where he wants to store uploaded files |
| MailTransportConfigHandler | Select mail transport (mail or SMPT currently) |
| SecureSmtpConnectionConfigHandler | Select secure SMTP connection value |
| PasswordConfigHandler | Masked single line string value |
| TextConfigHandler | Multiline string value |
| FloatConfigHandler | Class that handles integer config values |
| StringConfigHandler | String config handler represents single line string value |
| BoolConfigHandler | Base config handler. Config handlers are used for typecasting and rendering controls that represent single config options |
| DateTimeConfigHandler | Class that handles integer config values |
| IntegerConfigHandler | Class that handles integer config values |
Get raw_value
Get value
Conver $value to raw value
Convert raw value to php
Render form control
Set config_option value
Set raw_value value
Set value value
Documentation generated on Wed, 23 Jan 2008 01:58:28 +0000 by phpDocumentor 1.4.0