| Fully Qualified Name: | CodeIgniter\Config\BaseConfig |
Class BaseConfig
Not intended to be used on its own, this class will attempt to automatically populate the child class' properties with values from the environment.
These can be set within the .env file.
| Name | Description | Defined By |
|---|---|---|
| __construct() | Will attempt to get environment variables with names that match the properties of the child class. | BaseConfig |
Will attempt to get environment variables with names that match the properties of the child class.
The "shortPrefix" is the lowercase-only config class name.
Returns: