
29 Jul
2005
29 Jul
'05
1:57 p.m.
On 7/28/05, Brock Peabody <brock.peabody@npcinternational.com> wrote:
table("customer") [ *field("id") = &customer::id, field("name") = &customer::name, field("number") = &customer::number,
table("tax_exempt")[ -field("customer"), field("state_id") = &tax_exempt_data::state_id ] = &customer::tax_exempt ];
I assume 'customer' is a class with data members id, name, number? [...]
If any of that sounds useful I'd love to help out.
It sounds very useful! Are you planning on sharing the code you've written, or would this be a start-from-scratch approach? -- Caleb Epstein caleb dot epstein at gmail dot com