SproutCMS

This is the code documentation for the SproutCMS project

function configLoad()

Load a config file.

Usage

array Kohana::configLoad ( string $name [, boolean $required ] );

Authors

Arguments

  1. string $name
    config filename, without extension
  2. boolean $required = TRUE
    is the file required?

Return value

  • array