Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
Add controller_map option to default configuration options list
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerkus committed Jun 1, 2014
1 parent c28442a commit c37c3aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/languages/en/modules/zend.mvc.services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,11 @@ local configuration file overrides the global configuration.
// Default suffix to use when resolving template scripts, if none, 'phtml' is used
'default_template_suffix' => $templateSuffix, // e.g. 'php'
// Controller namespace to template map
// or whitelisting for controller FQCN to template mapping
'controller_map' => array(
),
// Layout template name
'layout' => $layoutTemplateName, // e.g. 'layout/layout'
Expand Down

0 comments on commit c37c3aa

Please sign in to comment.