I'm pretty sure what he meant to say, however badly it came out, is that you only want one instance of a specific DAO. So you'll have multiple Singleton DAOs, one for each table (or set of related tables).
On Nov 4, 2007 7:32 AM, Mike Kear <[EMAIL PROTECTED]> wrote: > Wow that could end up with pretty humungous sized DAO then – if I have > 40 tables on the site, I will have somewhere close to 40 'create', 40 > 'read', 40, update, and 40 delete methods, plus all the other ancillary > methods like init and setservice, etc that set it all up and make it work. > > >
