daux.io/docs/15_SDK/05_PHP/25_Methods/00_Config.md
2013-06-03 08:32:55 -05:00

258 B

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");