Skip to content

Instantly share code, notes, and snippets.

View leedavis81's full-sized avatar

Lee Davis leedavis81

View GitHub Profile
@leedavis81
leedavis81 / Session.php
Created March 16, 2012 11:31 — forked from Ocramius/Session.php
Auth Storage adapter for Zend Framework and Doctrine 2
<?php
namespace Ocramius\Auth\Storage;
use Entity\Ocramius\Admin as AdminEntity,
Doctrine\ORM\EntityManager;
/**
* An @see \Zend_Auth_Storage_Session that handles @see AdminEntity items
* @author Marco Pivetta <ocramius@gmail.com>
*/