- all tables are prefixed with AV_ - WEBLOG was renamed to AV_SITE - GOODIE was renamed to AV_FILE - all columns are prefixed with the table-name (without table-prefix) - foreign keys follow a specific naming-convention (for details see http://project.antville.org/topics/feature+requests+and+proposals/69427/)
7 lines
No EOL
244 B
INI
7 lines
No EOL
244 B
INI
_children = collection (image)
|
|
_children.local = SITE_ID
|
|
_children.foreign = IMAGE_F_SITE
|
|
_children.order = IMAGE_CREATETIME desc
|
|
_children.loadmode = aggressive
|
|
_children.filter = IMAGE_F_IMAGE_PARENT is null
|
|
_children.accessname = IMAGE_ALIAS |