array('numeric'), 'display_name' => array('notempty'), 'id_federal' => array('ssn'), 'id_exp' => array('date') ); var $hasAndBelongsToMany = array( 'Customer', 'ContactAddress' => array( 'className' => 'ContactAddress', 'joinTable' => 'contacts_methods', 'foreignKey' => 'contact_id', 'associationForeignKey' => 'method_id', 'unique' => true, 'conditions' => "method = 'POST'", ), 'ContactPhone' => array( 'className' => 'ContactPhone', 'joinTable' => 'contacts_methods', 'foreignKey' => 'contact_id', 'associationForeignKey' => 'method_id', 'unique' => true, 'conditions' => "method = 'PHONE'", ), 'ContactEmail' => array( 'className' => 'ContactEmail', 'joinTable' => 'contacts_methods', 'foreignKey' => 'contact_id', 'associationForeignKey' => 'method_id', 'unique' => true, 'conditions' => "method = 'EMAIL'", ), ); } ?>