Hello,

 I have 2 DB tables: waypoints and waypoint_types
 
 waypoints attributes:
 id,
 waypoint_type_id (FK),
 name,
 latitude,
 longtitude,
 ..
 ..
 
 waypoint_types attributes:
 id,
 name,
 description
 
 
 There is "hasOne" association between waypoint and waypoint_types models.
 But vice versa between waypoint_types and waypoint is there hasMany or 
belongsTo association?

 thanks,
 
-- 
mb


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to