Class **Phalcon\\Config\\Adapter\\Ini** ======================================= *extends* :doc:`Phalcon\\Config ` Reads ini files and convert it to Phalcon\\Config objects. Given the next configuration file: .. code-block:: ini phalcon->controllersDir; echo $config->database->username; Methods --------- public **__construct** (*string* $filePath) Phalcon\\Config\\Adapter\\Ini constructor public static :doc:`Phalcon\\Config ` **__set_state** (*unknown* $data) inherited from Phalcon\\Config Restores the state of a Phalcon\\Config object