daux.io/docs/15_SDK/05_PHP/25_Methods/00_Config.md

9 lines
258 B
Markdown
Raw Normal View History

2013-06-03 15:32:55 +02:00
Returns the config object that is assosicated with the current API key.
To retreive the config simply use the $cms variable:
$config = $cms->config();
You can also filter your config to a specific collection.
$team_config = $cms->config("team");