Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created June 5, 2013 00:53
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 eminetto/5710859 to your computer and use it in GitHub Desktop.
Save eminetto/5710859 to your computer and use it in GitHub Desktop.
<?php
return array(
'item' => array(
'class' => 'Application\Model\Item',
'tableGateway' => 'ItemTableGateway',
'authorization' => 0
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment