RE: [PHP] DAO/VO Pattern Help

2005-07-13 Thread Michael Sims
Jed R. Brubaker wrote: > 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 > i

[PHP] DAO/VO Pattern Help

2005-07-13 Thread Jed R. Brubaker
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 m