I've been playing around with Doctrine2 lately, and I really like the concept of an ORM. Things can get complicated though, and one of the things Doctrine2 uses extensively is php namespaces. I had not yet been trying out namespaces, so I gave it a shot. Lucky enough, I found this excellent tutorial / walkthrough.