Table Of Contents

Previous topic

count

Next topic

getAll

This Page

get

Description

mixed get ( string $section[, mixed $name = null])

get returns config values

Parameters

  • section
    • section name
  • name
    • sub-section name

Return Values

mixed value : config value

Examples