I have a section in ini files with some globally used social links, for ex:
[social] fb = URL twitter = URL linkedin = URL
What's the easiest way to access these, or is there a better way to organize these global variables?
someone suggest $config = new \Phalcon\Config\Adapter\Ini("path/config.ini"); from https://docsbay.net/reading-configurations, any other ideas?