$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.
$mp : \Blackpulp\MinistryPlatform\MinistryPlatform
An instance of the core MinistryPlatform object
__construct(\Blackpulp\MinistryPlatform\MinistryPlatform $mp, string $application_code = "COMMON", string $stored_procedure = "api_Common_GetConfigurationSettings")
Instantiate a Config object and load the Configuration data.
| \Blackpulp\MinistryPlatform\MinistryPlatform | $mp | |
| 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. |