Config
Class Phalcon\Config
implements ArrayAccess, Countable
Phalcon\Config is designed to simplify the access to, and the use of, configuration data within applications. It provides a nested object property based user interface for accessing this configuration data within application code.
$config = new \Phalcon\Config( [ "database" => [ "adapter" => "Mysql", "host" =&g