Skip to content

Instantly share code, notes, and snippets.

@CrispCrumbs
Created May 22, 2014 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CrispCrumbs/597a1ffc054e1a2041ec to your computer and use it in GitHub Desktop.
Save CrispCrumbs/597a1ffc054e1a2041ec to your computer and use it in GitHub Desktop.
Correct controller config
'controllers' => array(
'invokables' => array(
'News\Controller\Category' => 'News\Controller\CategoryController',
),
// controller factories go here, not in the service_manager key
'factories' => array(
'News\Controller\Item' => 'News\Factory\NewsControllerFactory',
)
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment