Domain-driven design with Zend

Posted by mik on Stack Overflow See other posts from Stack Overflow or by mik
Published on 2010-04-06T05:08:35Z Indexed on 2010/04/06 5:13 UTC
Read the original article Hit count: 302

This question is a continuation of my previous question here http://stackoverflow.com/questions/2122850/zend-models-architecture (big thanks to Bill Karwin). I've made some reading including this article

and this question

Now I understand, what domain driven design is. But examples are still very simple and poor. They are based on one table and one model. Now, my question is: do they use Domain Model Design in real-world PHP projects? I've been looking for some good documentation about this, but I haven't found anything good enough, that explains how to manage several tables and transfer them to Domain Objects. As long as I know, there is Hibernate library, that has this features in Java, but what should I use in PHP (Zend Framework)?

© Stack Overflow or respective owner

Related posts about domain-driven-design

Related posts about php