Skip to content

Instantly share code, notes, and snippets.

@m0ppers
Created January 18, 2012 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save m0ppers/1634220 to your computer and use it in GitHub Desktop.
Save m0ppers/1634220 to your computer and use it in GitHub Desktop.
'Zend\View\PhpRenderer' => array(
'parameters' => array(
'resolver' => 'Zend\View\TemplatePathStack',
'options' => array(
'script_paths' => array(
'application' => __DIR__ . '/../view',
),
),
'broker' => 'Zend\View\HelperBroker',
),
),
'Zend\View\HelperBroker' => array(
'parameters' => array(
'classLoader' => 'Zend\View\HelperLoader',
),
),
'Zend\View\HelperLoader' => array(
'parameters' => array(
'map' => array('myhelper' => 'Application\View\Helper\MyHelper'),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment