pclib
3.2.0
Lightweight PHP framework
|
Configuration parameters are stored in php arrays, where array $config is used always.
Optionally you can use array $develop, which is used for development (localhost default) and $production, which is used for any non-development ip-address.
Keys from $production and $develop will rewrite $config keys.
pclib.errors - How errors will be displayed.
Example configuration: