$stored_procedure
$stored_procedure : string
the stored procedure used to fetch the configuration settings
This class handles retrieving configuration values from MinistryPlatform.
It loads the configuration data from MinistryPlatform's "Configuration Settings" table.
__construct(string $application_code = "COMMON", string $stored_procedure = "api_Common_GetConfigurationSettings")
Instantiate a Config object and load the Configuration data.
string | $application_code | The MP Application_Code value you want to get values for. |
string | $stored_procedure | Provides an override option for the stored procedure used to fetch the config data from MinistryPlatform in the event you've written a custom stored procedure. |
updateConfigurationSettings() : \Blackpulp\MinistryPlatform\Config
Update $this->config by fetching fresh data from MinistryPlatform.