XOOPS 2.5.6
Final
|
Public Member Functions | |
getAllChild ($sel_id=0, $order="", $parray=array()) | |
getAllChildId ($sel_id, $order="", $idarray=array()) | |
getAllParentId ($sel_id, $order="", $idarray=array()) | |
getChildTreeArray ($sel_id=0, $order="", $parray=array(), $r_prefix="") | |
getFirstChild ($sel_id, $order="") | |
getFirstChildId ($sel_id) | |
getIdPathFromId ($sel_id, $path="") | |
getNicePathFromId ($sel_id, $title, $funcURL, $path="") | |
getPathFromId ($sel_id, $title, $path="") | |
makeMySelBox ($title, $order="", $preset_id=0, $none=0, $sel_name="", $onchange="") | |
XoopsTree ($table_name, $id_name, $pid_name) | |
Public Attributes | |
$db | |
$id | |
$order | |
$pid | |
$table | |
$title | |
Definition at line 32 of file xoopstree.php.
XoopsTree::getAllChild | ( | $sel_id = 0 , |
|
$order = "" , |
|||
$parray = array() |
|||
) |
Enter description here...
unknown_type | $sel_id | |
unknown_type | $order | |
unknown_type | $parray |
Definition at line 236 of file xoopstree.php.
XoopsTree::getAllChildId | ( | $sel_id, | |
$order = "" , |
|||
$idarray = array() |
|||
) |
Definition at line 89 of file xoopstree.php.
XoopsTree::getAllParentId | ( | $sel_id, | |
$order = "" , |
|||
$idarray = array() |
|||
) |
Definition at line 109 of file xoopstree.php.
XoopsTree::getChildTreeArray | ( | $sel_id = 0 , |
|
$order = "" , |
|||
$parray = array() , |
|||
$r_prefix = "" |
|||
) |
Enter description here...
unknown_type | $sel_id | |
unknown_type | $order | |
unknown_type | $parray | |
unknown_type | $r_prefix |
Definition at line 263 of file xoopstree.php.
XoopsTree::getFirstChild | ( | $sel_id, | |
$order = "" |
|||
) |
Definition at line 53 of file xoopstree.php.
XoopsTree::getFirstChildId | ( | $sel_id | ) |
Definition at line 73 of file xoopstree.php.
References $result.
XoopsTree::getIdPathFromId | ( | $sel_id, | |
$path = "" |
|||
) |
Definition at line 212 of file xoopstree.php.
XoopsTree::getNicePathFromId | ( | $sel_id, | |
$title, | |||
$funcURL, | |||
$path = "" |
|||
) |
Definition at line 190 of file xoopstree.php.
References $myts, $path, $result, $sql, and MyTextSanitizer\getInstance().
XoopsTree::getPathFromId | ( | $sel_id, | |
$title, | |||
$path = "" |
|||
) |
Definition at line 128 of file xoopstree.php.
References $myts, $path, $result, and MyTextSanitizer\getInstance().
XoopsTree::makeMySelBox | ( | $title, | |
$order = "" , |
|||
$preset_id = 0 , |
|||
$none = 0 , |
|||
$sel_name = "" , |
|||
$onchange = "" |
|||
) |
Definition at line 149 of file xoopstree.php.
References $myts, $result, $sel, $sql, and MyTextSanitizer\getInstance().
XoopsTree::XoopsTree | ( | $table_name, | |
$id_name, | |||
$pid_name | |||
) |
Definition at line 43 of file xoopstree.php.
References $GLOBALS, and XoopsDatabaseFactory\getDatabaseConnection().
XoopsTree::$db |
Definition at line 39 of file xoopstree.php.
XoopsTree::$id |
Definition at line 35 of file xoopstree.php.
XoopsTree::$order |
Definition at line 37 of file xoopstree.php.
XoopsTree::$pid |
Definition at line 36 of file xoopstree.php.
XoopsTree::$table |
Definition at line 34 of file xoopstree.php.
XoopsTree::$title |
Definition at line 38 of file xoopstree.php.