Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The table cat_lang contains all language related information about a category Category.

Table structure

Field nameField specificationComment / Explanation
idcatlangint(11) Primary key (auto increment)
idcatint(11)Foreign key to table cat
idlangint(11)Foreign key to table lang
idtplcfgint(11)Foreign key to table template_conf
namevarchar(255)Name of the category
visibletinyint(1)Flag if category is visible (online) or not
publictinyint(1)Flag if category is public (not access protected) or not
statusint(11)Unused.
authorvarchar(32)Username of the articles author
createddatetimeDate and time of creation
lastmodifieddatetimeDate and time of last modification
startidartlangint(11)Foreign key to table art_lang as reference for the start article of the category
urlnamevarchar(64)Alias name of the category
urlpathvarchar(255)Unused.

...