load(__DIR__.'/config/config_'.$this->getEnvironment().'.yml'); } /** * @return string */ public function getCacheDir() { return sys_get_temp_dir().'/ChillMainBundle/cache'; } /** * @return string */ public function getLogDir() { return sys_get_temp_dir().'/ChillMainBundle/logs'; } }