Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Usage

The table cat_lang contains all language related information about a 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.

Generic DB information

ItemCollectionItem
cApiCategoryLanguageCollectioncApiCategoryLanguage

Previous changes of this table

This table was not changed since the final release of CONTENIDO 4.9.

  • No labels