SproutCMS

This is the code documentation for the SproutCMS project

function config()

Get a config item or group.

Usage

mixed Kohana::config ( string $key [, boolean $slash [, boolean $required ]] );

Authors

Arguments

  1. string $key
    item name
  2. boolean $slash = FALSE
    force a forward slash (/) at the end of the item
  3. boolean $required = TRUE
    is the item required?

Return value

  • mixed