git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@219 97e9348a-65ac-dc4b-aefc-98561f571b83
11 lines
146 B
PHP
11 lines
146 B
PHP
<?php
|
|
class ContactsCustomer extends AppModel {
|
|
var $primaryKey = false;
|
|
|
|
var $belongsTo = array(
|
|
'Contact',
|
|
'Customer',
|
|
);
|
|
|
|
}
|
|
?>
|