antville/code/Membership/type.properties

23 lines
499 B
Properties
Raw Normal View History

2002-03-27 10:57:17 +00:00
_db = antville
_table = AV_MEMBERSHIP
2001-07-01 19:20:08 +00:00
_parent = site.members
_id = MEMBERSHIP_ID
2002-01-22 20:29:06 +00:00
2002-03-27 10:57:17 +00:00
# object references
site = object (site)
site.local = MEMBERSHIP_F_SITE
site.foreign = SITE_ID
2002-03-27 10:57:17 +00:00
user = object (user)
user.local = MEMBERSHIP_F_USER
user.foreign = USER_ID
2002-03-27 10:57:17 +00:00
modifier = object (user)
modifier.local = MEMBERSHIP_F_USER_MODIFIER
modifier.foreign = USER_ID
2002-03-27 10:57:17 +00:00
# primitive properties
username = MEMBERSHIP_USERNAME
level = MEMBERSHIP_LEVEL
createtime = MEMBERSHIP_CREATETIME
modifytime = MEMBERSHIP_MODIFYTIME