Added phone and address models as well as outputing them to the view.

git-svn-id: file:///svn-source/pmgr/branches/initial_20090526/site@16 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-05-28 06:31:07 +00:00
parent 47af64aefe
commit 47d362750e
5 changed files with 194 additions and 12 deletions

View File

@@ -7,7 +7,6 @@ class ContactEmail extends AppModel {
'email' => array('email')
);
//The Associations below have been created with all possible keys, those that are not needed can be removed
var $hasAndBelongsToMany = array(
'Contact' => array(
'className' => 'Contact',