Hello all,

As I am trying to take my PHP code in a more enterprise direction with 
strict model/logic/view layers, I have been working with DAOs and the 
matching VOs.

So I am running into a problem that I could really use some direction on: 
DAO/VO works great with single tables, but I tend to make my database work 
for its existance, and joins ar eeverywhere. What I don't understand is how 
to approach DAO/VO when table joins are involved.

Can anyone think of some good resources?

Thanks! 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to