I want to add to an app a new function. Basically I have Investors that
hasMany Posts. Nothing crazy there....
Now I want to add Employees that belongTo  Investors so an Investor company
can if they choose add employees to manage different  Posts . So if an
Investor company has 35 Posts they can add an employee(s) and say employee1
will handle Post3, employee2 will handle Post 5,6,7 soon and so on....
 
Right now the Investor hasMany Posts so to expand this idea I cant figure
out how Post <-> Employee Relationship would be
Investor hasMany Posts
Investor hasMany Employees
Employee hasMany Posts
Post belongsTo Investor
Post hasOne Investor 
 
Ideas?
 
 
Dave 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to