Example #1
0
File: core.php Project: no22/gongo
 function _config()
 {
     $base = $this->configDefault;
     $config = $this->devMode ? $this->configDevelopment : $this->configProduction;
     return Gongo_Bean::mergeRecursive($base, $config);
 }