public merge (Phalcon\Config $config)
Merges a configuration into the current one
$appConfig = new \Phalcon\Config(array('database' => array('host' => 'localhost'))); $globalConfig->merge($config2);
public merge (Phalcon\Config $config)
Merges a configuration into the current one
$appConfig = new \Phalcon\Config(array('database' => array('host' => 'localhost'))); $globalConfig->merge($config2);
Please login to continue.