array( 'library' => APPLICATION_PATH . '/library' ), 'bootstrap' => array( 'path' => APPLICATION_PATH . '/Bootstrap.php', 'class' => 'Bootstrap' ), 'autoloaderNamespaces' => array( 'App_' ), 'resources' => array( 'frontController' => array( 'moduleDirectory' => APPLICATION_PATH . '/modules' ), 'modules' => array(), 'router' => array( 'routes' => include dirname(__FILE__) . '/routes.config.php' ), 'navigation' => array( 'pages' => array() ), 'locale' => array( 'default' => 'en_US', 'force' => true ), 'view' => array( 'helperPath' => array( 'App_View_Helper_' => APPLICATION_PATH . '/library/App/View/Helper' ) ), 'layout' => array( 'layout' => 'layout', 'layoutPath' => APPLICATION_PATH . '/layouts/scripts' ), 'db' => array( 'adapter' => 'pdo_mysql', 'params' => array( 'charset' => 'utf8' ) ) ) ), include dirname(__FILE__) . '/' . APPLICATION_ENV . '.config.php');