LEPTON CMS 7.2.0
feel free to keep it strictly simple...
|
Go to the source code of this file.
Functions | |
page_tree (int $root_id=0, array &$page_storage=[], array $fields=['page_id', 'page_title', 'menu_title', 'parent', 'position', 'visibility', 'admin_groups']) | |
LEPTON_CORE_make_list (int $aNum, array &$aRefArray) | |
Variables | |
if(!defined("SEC_FILE")) if(defined('LEPTON_PATH')) | else |
$root = $oneback | |
$level = 1 | |
LEPTON_CORE_make_list | ( | int | $aNum, |
array & | $aRefArray ) |
Internal Sub-function for "page_tree" to build the page-tree via recursive calls.
int | $aNum | Root-Id |
array | $aRefArray | Result-Storage. Call by reference! |
Definition at line 126 of file function.page_tree.php.
page_tree | ( | int | $root_id = 0, |
array & | $page_storage = [], | ||
array | $fields = ['page_id', 'page_title', 'menu_title', 'parent','position', 'visibility', 'admin_groups'] ) |
Generates a page-tree (array) by given parameters (see below).
int | $root_id | Any root-(page) id. Default = 0. |
array | $page_storage | Storage-Array for the results. Pass by reference! |
array | $fields | A linear list of field-names to collect. As default 'page_id', 'page_title', 'menu_title', 'parent','position','visibility', 'admin_groups' are collected in the result-array. Keep in mind that also 'subpages' is generated! |
Definition at line 52 of file function.page_tree.php.
$level = 1 |
Definition at line 25 of file function.page_tree.php.
$root = $oneback |
Definition at line 24 of file function.page_tree.php.
while(($level< 10) &&(!file_exists($root.SEC_FILE))) if (file_exists( $root.SEC_FILE)) else |
This file is part of LEPTON Core, released under the GNU GPL Please see LICENSE and COPYING files in your package for details, specially for terms and warranties.
NOTICE:LEPTON CMS Package has several different licenses. Please see the individual license in the header of each single file or info.php of modules and templates.
Definition at line 22 of file function.page_tree.php.