The $page Array
ID
string $page [ 'ID']
The unique (continuous) numerical id of the page
Meta Information
string $page [ 'MENU_TITLE']
Title in navigation menus.
string $page [ 'PAGE_TITLE']
Content of "title" HTML element
string $page [ 'META_DESCRIPTION']
Contents of the "meta" HTML element type = "description"
string $page [ 'META_KEYWORDS']
Contents of the "meta" HTML element type = "keywords"
string $page [ 'META_AUTHOR']
Contents of the "meta" HTML element type = "author"
Containing Content
string $page [ 'MAIN_CONTENT']
Content of the (optional) main / center block of a page.
string $page [ 'RIGHT_CONTENT']
Content of the (optional) right column of a page.
string $page [ 'LEFT_CONTENT']
Content of the (optional) left column of a page.
string $ page [ 'BOTTOM_CONTENT']
Content of the (optional) lower bar (footer) of a page.
string $ page [ 'TOP_CONTENT']
Content of the (optional) top bar (header) of a page.
Navigation Elements
string $page [ 'FULL_NAVI']
Contents of the HTML-dependent output of all levels of the navigation structure of the selected page as an unordered (ul) list
string $page [ 'FIRST_LEVEL_NAVI']
Contents of the HTML output of the first level of the navigation structure as an unordered (ul) list
string $page [ 'FIRST_SECOND_LEVEL_NAVI']
Contents of the HTML output of the second level of the navigation structure dependent on the chosen page as an unordered (ul) list
string $page [ 'SECOND_LEVEL_NAVI']
Contents of the HTML output of the second level and lower of the navigation structure dependent on the chosen page as an unordered (ul) list
string $page [ 'THIRD_LEVEL_NAVI']
Contents of the HTML output of the third level and lower of the navigation structure dependent on the chosen page as an unordered (ul) list
array $page [ 'SUB_ARRAY']
Subarray of all lower entrys, if any, of the currently selected page
Wildcards and its Element ID
string $page [ "PLACEHOLDER_MAIN"] string $page [ "PLACEHOLDER_LEFT"]
string $page [ "PLACEHOLDER_RIGHT"]
string $page [ "PLACEHOLDER_TOP"]
string $page [ "PLACEHOLDER_BOTTOM"]
string $page [ "PLACEHOLDER_MAIN_ID"]
string $page [ "PLACEHOLDER_LEFT_ID"]
string $page [ "PLACEHOLDER_RIGHT_ID"]
string $page [ "PLACEHOLDER_TOP_ID"]
string $page [ "PLACEHOLDER_BOTTOM_ID"]
string $page [ "PLACEHOLDER_NAVI_WITH_CHILDS"]
string $page["PLACEHOLDER_NAVI_WITH_CHILDS_ID"]
string $page["PLACEHOLDER_FIRSTLEVELNAVI_NO_CHILDS"]
string $page["PLACEHOLDER_FIRSTLEVELNAVI_NO_CHILDS_ID"]
string $page["PLACEHOLDER_SECONDLEVELNAVI_NO_CHILDS"]
string $page["PLACEHOLDER_SECONDLEVELNAVI_NO_CHILDS_ID"]
string $page["PLACEHOLDER_SECONDLEVELNAVI_WITH_CHILDS"]
string $page["PLACEHOLDER_SECONDLEVELNAVI_WITH_CHILDS_ID"]
string $page["PLACEHOLDER_THIRDLEVELNAVI_WITH_CHILDS"]
string $page["PLACEHOLDER_THIRDLEVELNAVI_WITH_CHILDS_ID"]
Dump des aktuellen Page-Arrays
array(47) { ["ID"]=> int(15) ["TEMPLATE"]=> string(13) "Textrinum_ORG" ["PAGE_TITLE"]=> string(5) "$page" ["MENU_TITLE"]=> string(5) "$page" ["META_DESCRIPTION"]=> string(0) "" ["META_KEYWORDS"]=> string(0) "" ["META_AUTHOR"]=> string(0) "" ["META_LANG"]=> string(53) "<meta http-equiv="content-language" content="en" /> " ["RIGHT_CONTENT_ARRAY"]=> array(2) { ["_Value"]=> string(0) "" ["_Attributes"]=> array(3) { ["editor"]=> string(0) "" ["time"]=> string(0) "" ["lang"]=> string(0) "" } } ["RIGHT_CONTENT"]=> string(0) "" ["LEFT_CONTENT_ARRAY"]=> array(2) { ["_Value"]=> string(0) "" ["_Attributes"]=> array(3) { ["editor"]=> string(0) "" ["time"]=> string(0) "" ["lang"]=> string(0) "" } } ["LEFT_CONTENT"]=> string(0) "" ["MAIN_CONTENT_ARRAY"]=> array(2) { ["_Value"]=> string(3947) "<h1> The $page Array <br /></h1><h2> ID <br /></h2><p> string <b>$page [ 'ID']</b> <br /> The unique (continuous) numerical id of the page <br /></p><h2> Meta Information </h2><p> string <b>$page [ 'MENU_TITLE']</b> <br /> Title in navigation menus.<br /></p><p> string <b>$page [ 'PAGE_TITLE']</b> <br /> Content of "title" HTML element <br /></p><p> string <b>$page [ 'META_DESCRIPTION']</b> <br /> Contents of the "meta" HTML element type = "description" <br /></p><p> string <b>$page [ 'META_KEYWORDS']</b> <br /> Contents of the "meta" HTML element type = "keywords" <br /></p><p> string <b>$page [ 'META_AUTHOR']</b> <br /> Contents of the "meta" HTML element type = "author" <br /></p><h2> Containing Content </h2><p> string <b>$page [ '</b><b>MAIN_CONTENT</b><b>']</b> <br /> Content of the (optional) main / center block of a page. <br /></p><p> string <b>$page [ 'RIGHT_CONTENT']</b> <br /> Content of the (optional) right column of a page. <br /></p><p> string <b>$page [ 'LEFT_CONTENT'] </b><br /> Content of the (optional) left column of a page. <br /></p><p> string <b>$ page [ 'BOTTOM_CONTENT']</b> <br /> Content of the (optional) lower bar (footer) of a page. <br /></p><p> string <b>$ page [ 'TOP_CONTENT']</b> <br /> Content of the (optional) top bar (header) of a page. <br /></p><h2> Navigation Elements <br /></h2><p> string <b>$page [ 'FULL_NAVI']</b> <br /> Contents of the HTML-dependent output of all levels of the navigation structure of the selected page as an unordered (ul) list <br /></p><p> string <b>$page [ 'FIRST_LEVEL_NAVI']</b> <br /> Contents of the HTML output of the first level of the navigation structure as an unordered (ul) list <br /></p><p> string <b>$page [ 'FIRST_SECOND_LEVEL_NAVI']</b> <br /> Contents of the HTML output of the second level of the navigation structure dependent on the chosen page as an unordered (ul) list </p><p> string <b>$page [ 'SECOND_LEVEL_NAVI'] </b><br /> Contents of the HTML output of the second level and lower of the navigation structure dependent on the chosen page as an unordered (ul) list </p><p> string <b>$page [ 'THIRD_LEVEL_NAVI']</b> <br /> Contents of the HTML output of the third level and lower of the navigation structure dependent on the chosen page as an unordered (ul) list <br /></p><p> array <b>$page [ 'SUB_ARRAY']</b> <br /> Subarray of all lower entrys, if any, of the currently selected page </p><h2> Wildcards and its Element ID <br /></h2> string $page [ "PLACEHOLDER_MAIN"] <br /> string $page [ "PLACEHOLDER_LEFT"] <br /> string $page [ "PLACEHOLDER_RIGHT"] <br /> string $page [ "PLACEHOLDER_TOP"] <br /> string $page [ "PLACEHOLDER_BOTTOM"] <br /> string $page [ "PLACEHOLDER_MAIN_ID"] <br /> string $page [ "PLACEHOLDER_LEFT_ID"] <br /> string $page [ "PLACEHOLDER_RIGHT_ID"] <br /> string $page [ "PLACEHOLDER_TOP_ID"] <br /> string $page [ "PLACEHOLDER_BOTTOM_ID"] <br /> string $page [ "PLACEHOLDER_NAVI_WITH_CHILDS"] <br />string $page["PLACEHOLDER_NAVI_WITH_CHILDS_ID"]<br />string $page["PLACEHOLDER_FIRSTLEVELNAVI_NO_CHILDS"]<br />string $page["PLACEHOLDER_FIRSTLEVELNAVI_NO_CHILDS_ID"]<br />string $page["PLACEHOLDER_SECONDLEVELNAVI_NO_CHILDS"]<br />string $page["PLACEHOLDER_SECONDLEVELNAVI_NO_CHILDS_ID"]<br />string $page["PLACEHOLDER_SECONDLEVELNAVI_WITH_CHILDS"]<br />string $page["PLACEHOLDER_SECONDLEVELNAVI_WITH_CHILDS_ID"]<br />string $page["PLACEHOLDER_THIRDLEVELNAVI_WITH_CHILDS"]<br />string $page["PLACEHOLDER_THIRDLEVELNAVI_WITH_CHILDS_ID"]<br /><h2>Dump des aktuellen Page-Arrays<br /></h2>{PAGE_ARRAY_DUMP}" ["_Attributes"]=> array(3) { ["editor"]=> string(9) "SiteAdmin" ["time"]=> string(10) "1255975330" ["lang"]=> string(2) "en" } } ["MAIN_CONTENT"]=> string(3947) "<h1> The $page Array <br /></h1><h2> ID <br /></h2><p> string <b>$page [ 'ID']</b> <br /> The unique (continuous) numerical id of the page <br /></p><h2> Meta Information </h2><p> string <b>$page [ 'MENU_TITLE']</b> <br /> Title in navigation menus.<br /></p><p> string <b>$page [ 'PAGE_TITLE']</b> <br /> Content of "title" HTML element <br /></p><p> string <b>$page [ 'META_DESCRIPTION']</b> <br /> Contents of the "meta" HTML element type = "description" <br /></p><p> string <b>$page [ 'META_KEYWORDS']</b> <br /> Contents of the "meta" HTML element type = "keywords" <br /></p><p> string <b>$page [ 'META_AUTHOR']</b> <br /> Contents of the "meta" HTML element type = "author" <br /></p><h2> Containing Content </h2><p> string <b>$page [ '</b><b>MAIN_CONTENT</b><b>']</b> <br /> Content of the (optional) main / center block of a page. <br /></p><p> string <b>$page [ 'RIGHT_CONTENT']</b> <br /> Content of the (optional) right column of a page. <br /></p><p> string <b>$page [ 'LEFT_CONTENT'] </b><br /> Content of the (optional) left column of a page. <br /></p><p> string <b>$ page [ 'BOTTOM_CONTENT']</b> <br /> Content of the (optional) lower bar (footer) of a page. <br /></p><p> string <b>$ page [ 'TOP_CONTENT']</b> <br /> Content of the (optional) top bar (header) of a page. <br /></p><h2> Navigation Elements <br /></h2><p> string <b>$page [ 'FULL_NAVI']</b> <br /> Contents of the HTML-dependent output of all levels of the navigation structure of the selected page as an unordered (ul) list <br /></p><p> string <b>$page [ 'FIRST_LEVEL_NAVI']</b> <br /> Contents of the HTML output of the first level of the navigation structure as an unordered (ul) list <br /></p><p> string <b>$page [ 'FIRST_SECOND_LEVEL_NAVI']</b> <br /> Contents of the HTML output of the second level of the navigation structure dependent on the chosen page as an unordered (ul) list </p><p> string <b>$page [ 'SECOND_LEVEL_NAVI'] </b><br /> Contents of the HTML output of the second level and lower of the navigation structure dependent on the chosen page as an unordered (ul) list </p><p> string <b>$page [ 'THIRD_LEVEL_NAVI']</b> <br /> Contents of the HTML output of the third level and lower of the navigation structure dependent on the chosen page as an unordered (ul) list <br /></p><p> array <b>$page [ 'SUB_ARRAY']</b> <br /> Subarray of all lower entrys, if any, of the currently selected page </p><h2> Wildcards and its Element ID <br /></h2> string $page [ "PLACEHOLDER_MAIN"] <br /> string $page [ "PLACEHOLDER_LEFT"] <br /> string $page [ "PLACEHOLDER_RIGHT"] <br /> string $page [ "PLACEHOLDER_TOP"] <br /> string $page [ "PLACEHOLDER_BOTTOM"] <br /> string $page [ "PLACEHOLDER_MAIN_ID"] <br /> string $page [ "PLACEHOLDER_LEFT_ID"] <br /> string $page [ "PLACEHOLDER_RIGHT_ID"] <br /> string $page [ "PLACEHOLDER_TOP_ID"] <br /> string $page [ "PLACEHOLDER_BOTTOM_ID"] <br /> string $page [ "PLACEHOLDER_NAVI_WITH_CHILDS"] <br />string $page["PLACEHOLDER_NAVI_WITH_CHILDS_ID"]<br />string $page["PLACEHOLDER_FIRSTLEVELNAVI_NO_CHILDS"]<br />string $page["PLACEHOLDER_FIRSTLEVELNAVI_NO_CHILDS_ID"]<br />string $page["PLACEHOLDER_SECONDLEVELNAVI_NO_CHILDS"]<br />string $page["PLACEHOLDER_SECONDLEVELNAVI_NO_CHILDS_ID"]<br />string $page["PLACEHOLDER_SECONDLEVELNAVI_WITH_CHILDS"]<br />string $page["PLACEHOLDER_SECONDLEVELNAVI_WITH_CHILDS_ID"]<br />string $page["PLACEHOLDER_THIRDLEVELNAVI_WITH_CHILDS"]<br />string $page["PLACEHOLDER_THIRDLEVELNAVI_WITH_CHILDS_ID"]<br /><h2>Dump des aktuellen Page-Arrays<br /></h2>{PAGE_ARRAY_DUMP}" ["BOTTOM_CONTENT_ARRAY"]=> array(2) { ["_Value"]=> string(0) "" ["_Attributes"]=> array(3) { ["editor"]=> string(0) "" ["time"]=> string(0) "" ["lang"]=> string(0) "" } } ["BOTTOM_CONTENT"]=> string(0) "" ["TOP_CONTENT_ARRAY"]=> array(2) { ["_Value"]=> string(0) "" ["_Attributes"]=> array(3) { ["editor"]=> string(0) "" ["time"]=> string(0) "" ["lang"]=> string(0) "" } } ["TOP_CONTENT"]=> string(0) "" ["FULL_NAVI"]=> string(1773) "<li class="level-1-li m-li-entry-1"><a class="level-1-a m-a-entry-1" href="index.htm">Home</a></li><li class="level-1-li m-li-entry-2"><a class="level-1-a m-a-entry-2" href="Download.4.htm">Downloads</a></li><li class="level-1-li m-li-entry-3"><a class="level-1-a m-a-entry-3" href="License_of_Textrinum.5.htm">License</a></li><li class="level-1-li m-li-entry-4"><a class="level-1-a m-a-entry-4" href="Features_and_Screenshots_of_Textrinum.6.htm">Features and Screenshots</a></li><li class="level-1-li m-li-entry-5"><a class="level-1-a m-a-entry-5" href="Livedemo.7.htm">Livedemo</a></li><li class="level-1-li m-li-entry-6"><a class="level-1-a m-a-entry-6" href="Goals_and_ideas_to_future_development_of_Textrinum.8.htm">Goals and Ideas</a></li><li class="level-1-li m-li-entry-7"><a class="level-1-a m-a-entry-7" href="Plugins_for_Textrinum.9.htm">Plugins</a></li><li class="level-1-li m-li-entry-8 last-entry-li active-cat-li"><a class="level-1-a m-a-entry-8 last-entry-a active-cat-a" href="Developer_and_Designer_information_about_Textrinum.13.htm">Developers and Designers</a><ul><li class="level-2-li m-li-entry-1"><a class="level-2-a m-a-entry-1" href="Structure_of_a_plugin_for_Textrinum.11.htm">Structure of a Plugin</a></li><li class="level-2-li m-li-entry-2"><a class="level-2-a m-a-entry-2" href="Structure_of_a_template_for_Textrinum.12.htm">Structure of a templates</a></li><li class="level-2-li m-li-entry-3"><a class="level-2-a m-a-entry-3" href="_site.14.htm">$site</a></li><li class="level-2-li m-li-entry-4 active-entry-li"><a class="level-2-a m-a-entry-4 active-entry-a" href="_page.15.htm">$page</a></li><li class="level-2-li m-li-entry-5 last-entry-li"><a class="level-2-a m-a-entry-5 last-entry-a" href="_template.16.htm">$template</a></li></ul></li>" ["FIRST_LEVEL_NAVI"]=> string(1086) "<li class="level-1-li m-li-entry-1"><a class="level-1-a m-a-entry-1" href="index.htm">Home</a></li><li class="level-1-li m-li-entry-2"><a class="level-1-a m-a-entry-2" href="Download.4.htm">Downloads</a></li><li class="level-1-li m-li-entry-3"><a class="level-1-a m-a-entry-3" href="License_of_Textrinum.5.htm">License</a></li><li class="level-1-li m-li-entry-4"><a class="level-1-a m-a-entry-4" href="Features_and_Screenshots_of_Textrinum.6.htm">Features and Screenshots</a></li><li class="level-1-li m-li-entry-5"><a class="level-1-a m-a-entry-5" href="Livedemo.7.htm">Livedemo</a></li><li class="level-1-li m-li-entry-6"><a class="level-1-a m-a-entry-6" href="Goals_and_ideas_to_future_development_of_Textrinum.8.htm">Goals and Ideas</a></li><li class="level-1-li m-li-entry-7"><a class="level-1-a m-a-entry-7" href="Plugins_for_Textrinum.9.htm">Plugins</a></li><li class="level-1-li m-li-entry-8 last-entry-li active-cat-li"><a class="level-1-a m-a-entry-8 last-entry-a active-cat-a" href="Developer_and_Designer_information_about_Textrinum.13.htm">Developers and Designers</a></li>" ["FIRST_SECOND_LEVEL_NAVI"]=> string(678) "<li class="level-1-li m-li-entry-1"><a class="level-1-a m-a-entry-1" href="Structure_of_a_plugin_for_Textrinum.11.htm">Structure of a Plugin</a></li><li class="level-1-li m-li-entry-2"><a class="level-1-a m-a-entry-2" href="Structure_of_a_template_for_Textrinum.12.htm">Structure of a templates</a></li><li class="level-1-li m-li-entry-3"><a class="level-1-a m-a-entry-3" href="_site.14.htm">$site</a></li><li class="level-1-li m-li-entry-4 active-entry-li"><a class="level-1-a m-a-entry-4 active-entry-a" href="_page.15.htm">$page</a></li><li class="level-1-li m-li-entry-5 last-entry-li"><a class="level-1-a m-a-entry-5 last-entry-a" href="_template.16.htm">$template</a></li>" ["SECOND_LEVEL_NAVI"]=> string(678) "<li class="level-1-li m-li-entry-1"><a class="level-1-a m-a-entry-1" href="Structure_of_a_plugin_for_Textrinum.11.htm">Structure of a Plugin</a></li><li class="level-1-li m-li-entry-2"><a class="level-1-a m-a-entry-2" href="Structure_of_a_template_for_Textrinum.12.htm">Structure of a templates</a></li><li class="level-1-li m-li-entry-3"><a class="level-1-a m-a-entry-3" href="_site.14.htm">$site</a></li><li class="level-1-li m-li-entry-4 active-entry-li"><a class="level-1-a m-a-entry-4 active-entry-a" href="_page.15.htm">$page</a></li><li class="level-1-li m-li-entry-5 last-entry-li"><a class="level-1-a m-a-entry-5 last-entry-a" href="_template.16.htm">$template</a></li>" ["THIRD_LEVEL_NAVI"]=> string(0) "" ["SUB_ARRAY"]=> array(9) { ["ID"]=> array(1) { [0]=> array(1) { ["_Value"]=> string(2) "15" } } ["MENU_TITLE"]=> array(2) { [0]=> array(2) { ["_Value"]=> string(5) "$page" ["_Attributes"]=> array(1) { ["lang"]=> string(2) "en" } } [1]=> array(2) { ["_Value"]=> string(5) "$page" ["_Attributes"]=> array(1) { ["lang"]=> string(2) "de" } } } ["PAGE_TITLE"]=> array(2) { [0]=> array(2) { ["_Value"]=> string(5) "$page" ["_Attributes"]=> array(1) { ["lang"]=> string(2) "en" } } [1]=> array(2) { ["_Value"]=> string(5) "$page" ["_Attributes"]=> array(1) { ["lang"]=> string(2) "de" } } } ["ACCESS"]=> array(1) { [0]=> array(1) { ["_Value"]=> string(3) "all" } } ["DESCRIPTION"]=> array(1) { [0]=> array(0) { } } ["KEYWORDS"]=> array(1) { [0]=> array(0) { } } ["PLUGIN"]=> array(1) { [0]=> array(0) { } } ["AUTHOR"]=> array(1) { [0]=> array(0) { } } ["TEMPLATE"]=> array(1) { [0]=> array(0) { } } } ["LANG"]=> string(2) "en" ["page_save_form_action"]=> string(8) "standard" ["SEARCHFIELDNAME"]=> string(1) "q" ["PLACEHOLDER_MAIN"]=> string(14) "{main_content}" ["PLACEHOLDER_LEFT"]=> string(14) "{left_content}" ["PLACEHOLDER_RIGHT"]=> string(15) "{right_content}" ["PLACEHOLDER_TOP"]=> string(13) "{top_content}" ["PLACEHOLDER_BOTTOM"]=> string(16) "{bottom_content}" ["PLACEHOLDER_MAIN_ID"]=> string(12) "edit_content" ["PLACEHOLDER_LEFT_ID"]=> string(17) "left_edit_content" ["PLACEHOLDER_RIGHT_ID"]=> string(18) "right_edit_content" ["PLACEHOLDER_TOP_ID"]=> string(16) "top_edit_content" ["PLACEHOLDER_BOTTOM_ID"]=> string(19) "bottom_edit_content" ["PLACEHOLDER_NAVI_WITH_CHILDS"]=> string(6) "{navi}" ["PLACEHOLDER_NAVI_WITH_CHILDS_ID"]=> string(19) "secondlevelnavi_w_c" ["PLACEHOLDER_FIRSTLEVELNAVI_NO_CHILDS"]=> string(16) "{firstlevelnavi}" ["PLACEHOLDER_FIRSTLEVELNAVI_NO_CHILDS_ID"]=> string(18) "firstlevelnavi_n_c" ["PLACEHOLDER_SECONDLEVELNAVI_NO_CHILDS"]=> string(17) "{secondlevelnavi}" ["PLACEHOLDER_SECONDLEVELNAVI_NO_CHILDS_ID"]=> string(19) "secondlevelnavi_n_c" ["PLACEHOLDER_SECONDLEVELNAVI_WITH_CHILDS"]=> string(26) "{secondlevelnaviandchilds}" ["PLACEHOLDER_SECONDLEVELNAVI_WITH_CHILDS_ID"]=> string(19) "secondlevelnavi_w_c" ["PLACEHOLDER_THIRDLEVELNAVI_WITH_CHILDS"]=> string(25) "{thirdlevelnaviandchilds}" ["PLACEHOLDER_THIRDLEVELNAVI_WITH_CHILDS_ID"]=> string(18) "thirdlevelnavi_w_c" }