
Doctrine
Arguably the most powerful ORM (object relational mapper) for PHP. Borrowed from the wonderful Symfony project as a great way of handling database persistence.
-
Unit Testing Models
A walkthrough on how to build up a simple model layer using a test-driven development approach.
-
Logging with Timestamps and Doctrine Event Listeners
This short video is going to be the last in my 2009-2010 series on Doctrine 1.2. I’m wrapping it up…
-
Logging in Users using Doctrine and Zend_Auth
Here’s the second part of my Doctrine / Zend_Auth example. In 15 minutes, we create a logout, login and protected…
-
Writing a Zend_Auth_Adapter with Doctrine
I’ve been using Doctrine a lot in my own work, and recently found myself itching to have tighter integration between…