SproutCMS

This is the code documentation for the SproutCMS project

function configSet()

Sets a configuration item, if allowed.

Usage

boolean Kohana::configSet ( string $key , string $value );

Authors

Arguments

  1. string $key
    config key string
  2. string $value
    config value

Return value

  • boolean