Skip to content

Instantly share code, notes, and snippets.

@BinaryKitten
Created September 23, 2013 22:47
Show Gist options
  • Select an option

  • Save BinaryKitten/6678064 to your computer and use it in GitHub Desktop.

Select an option

Save BinaryKitten/6678064 to your computer and use it in GitHub Desktop.
<?php
$config = array(
'controllers' => array(
'manager' => array(),
'invokables' => array(),
'factories' => array(),
'plugins' => array()
),
'views' => array(
'manager' => array(),
'invokables' => array(),
'factories' => array(),
'helpers' => array()
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment