- or download this
package InContact::cDBI::contactdetail;
use base 'InContact::cDBI';
...
__PACKAGE__->set_up_table('contact');
__PACKAGE__->has_many('contact_detail' => 'InContact::cDBI::contactdet
+ail', 'contact_id');
- or download this
my $details = InContact::cDBI::contact->contact_detail(recontact =
+> $tm);
print Dumper $details;
- or download this
$VAR1 = bless( {
'_data' => [
...
'_place' => 0,
'_mapper' => [],
'_class' => 'InContact::cDBI::contactdetail'