Skip to content

Instantly share code, notes, and snippets.

@shiroyuki
Created January 17, 2012 18:26
Show Gist options
  • Save shiroyuki/1627978 to your computer and use it in GitHub Desktop.
Save shiroyuki/1627978 to your computer and use it in GitHub Desktop.
application.config.php for ICX/ZF2
<?php
return array(
'modules' => array(
'Application',
'Blog'
),
'module_listener_options' => array(
'config_cache_enabled' => false,
'cache_dir' => 'data/cache',
'module_paths' => array(
'./module',
'./vendor',
),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment