dennczak
HomeProjekteContent Managment SystemDokumentationDeveloper GuideTabellentb_page

Tabellenbeschreibung: tb_page

Schema: /core/schemes/schemePage.php

Column Type Description
data_id unsigned int Auto increment ID for this data set
node_id unsigned int Refers to column node_id in table tb_page_path
page_id unsigned int Page ID connects pages with same content in different languages
page_version unsigned medium int Page version, increased by a new version, default 1
page_template varchar (50) Template name
update_reason varchar (250) Reason for update this page
hidden_state unsigned tiny int Visible state0 Visible
1 Locked for all (Note)
2 Hidden in Menu
4 Locked for all (404)
5 Publish date range
cache_disabled unsigned tiny int Disable Browser caching
crawler_index unsigned tiny int Crawler Index
crawler_follow unsigned tiny int Crawler follows links
menu_follow unsigned tiny int Crawler follow links to this page
publish_from unsigned big int Publish date restriction, unix timestamp
publish_until unsigned big int Publish date restriction, unix timestamp
publish_expired unsigned tiny int publish expired handling state
page_auth varchar (25) Login object key if auth is required
page_image unsigned int Mediathek item ID
create_time unsigned big int Creator unix timestamp
create_by varchar (25) Creator user ID
update_time unsigned big int Editor Unix timestamp
update_by varchar (25) Editor User ID