Created
July 10, 2012 05:29
-
-
Save jonathanmaron/3081307 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// vendor/MyModule/config/module.config.php | |
return array( | |
'view_manager' => array( | |
'helper_map' => array( | |
'debugFooter' => 'My\View\Helper\DebugFooter', | |
'uri' => 'My\View\Helper\Uri', | |
), | |
), | |
// [..] | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment