Ejemplo n.º 1
0
Archivo: core.php Proyecto: no22/gongo
 function _config()
 {
     $base = $this->configDefault;
     $config = $this->devMode ? $this->configDevelopment : $this->configProduction;
     return Gongo_Bean::mergeRecursive($base, $config);
 }