XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
__construct ($table_name, $id_name, $pid_name) | |
XoopsTree ($table_name, $id_name, $pid_name) | |
getFirstChild ($sel_id, $order='') | |
getFirstChildId ($sel_id) | |
getAllChildId ($sel_id, $order='', $idarray=[]) | |
getAllParentId ($sel_id, $order='', $idarray=[]) | |
getPathFromId ($sel_id, $title, $path='') | |
makeMySelBox ($title, $order='', $preset_id=0, $none=0, $sel_name='', $onchange='') | |
getNicePathFromId ($sel_id, $title, $funcURL, $path='') | |
getIdPathFromId ($sel_id, $path='') | |
getAllChild ($sel_id=0, $order='', $parray=[]) | |
getChildTreeArray ($sel_id=0, $order='', $parray=[], $r_prefix='') | |
Data Fields | |
$table | |
$id | |
$pid | |
$order | |
$title | |
$db | |
Definition at line 14 of file xoopstree.php.
__construct | ( | $table_name, | |
$id_name, | |||
$pid_name ) |
Definition at line 25 of file xoopstree.php.
getAllChild | ( | $sel_id = 0, | |
$order = '', | |||
$parray = [] ) |
Definition at line 206 of file xoopstree.php.
getAllChildId | ( | $sel_id, | |
$order = '', | |||
$idarray = [] ) |
Definition at line 73 of file xoopstree.php.
getAllParentId | ( | $sel_id, | |
$order = '', | |||
$idarray = [] ) |
Definition at line 92 of file xoopstree.php.
getChildTreeArray | ( | $sel_id = 0, | |
$order = '', | |||
$parray = [], | |||
$r_prefix = '' ) |
Definition at line 224 of file xoopstree.php.
getFirstChild | ( | $sel_id, | |
$order = '' ) |
Definition at line 39 of file xoopstree.php.
getFirstChildId | ( | $sel_id | ) |
Definition at line 58 of file xoopstree.php.
getIdPathFromId | ( | $sel_id, | |
$path = '' ) |
Definition at line 191 of file xoopstree.php.
getNicePathFromId | ( | $sel_id, | |
$title, | |||
$funcURL, | |||
$path = '' ) |
Definition at line 171 of file xoopstree.php.
getPathFromId | ( | $sel_id, | |
$title, | |||
$path = '' ) |
Definition at line 110 of file xoopstree.php.
makeMySelBox | ( | $title, | |
$order = '', | |||
$preset_id = 0, | |||
$none = 0, | |||
$sel_name = '', | |||
$onchange = '' ) |
Definition at line 130 of file xoopstree.php.
XoopsTree | ( | $table_name, | |
$id_name, | |||
$pid_name ) |
Definition at line 32 of file xoopstree.php.
$db |
Definition at line 21 of file xoopstree.php.
$id |
Definition at line 17 of file xoopstree.php.
$order |
Definition at line 19 of file xoopstree.php.
$pid |
Definition at line 18 of file xoopstree.php.
$table |
Definition at line 16 of file xoopstree.php.
$title |
Definition at line 20 of file xoopstree.php.