Writing a Zend_Auth_Adapter with Doctrine

Published: Jan. 23, 2010, 1:56 p.m.

I’ve been using Doctrine a lot in my own work, and recently found myself itching to have tighter integration between Zend and Doctrine when it comes to user logins. Luckily, Zend provides a very simple interface with regards to Zend_Auth. This way, it’s easy to decouple your persistence layer (in my case Doctrine) from the…