Ignore:
Timestamp:
Apr 3, 2006, 12:26:19 AM (18 years ago)
Author:
plg
Message:

improvement: tags replace keywords. Better data model, less
limitations. Each image can be associated to as many tag as needed. Tags can
contain non ASCII characters. Oriented navigation with tags by association.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/constants.php

    r1072 r1119  
    7171define('USER_MAIL_NOTIFICATION_TABLE', $prefixeTable.'user_mail_notification');
    7272define('CATEGORIES_LINK_TABLE', $prefixeTable.'categories_link');
     73define('TAGS_TABLE', $prefixeTable.'tags');
     74define('IMAGE_TAG_TABLE', $prefixeTable.'image_tag');
    7375?>
Note: See TracChangeset for help on using the changeset viewer.