| [ Index ] |
PHP Cross Reference of Xoops v2.4.5 code documentation |
[Source view] [Print]
XOOPS tree handler You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| Author: | Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/ |
| Copyright: | The XOOPS Project http://sourceforge.net/projects/xoops/ |
| License: | http://www.fsf.org/copyleft/gpl.html GNU public license |
| Version: | $Id: xoopstree.php 4897 2010-06-19 02:55:48Z phppp $ |
| File Size: | 283 lines (11 kb) |
| Included or required: | 2 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
XoopsTree:: (11 methods):
XoopsTree()
getFirstChild()
getFirstChildId()
getAllChildId()
getAllParentId()
getPathFromId()
makeMySelBox()
getNicePathFromId()
getIdPathFromId()
getAllChild()
getChildTreeArray()
| XoopsTree($table_name, $id_name, $pid_name) X-Ref |
| No description |
| getFirstChild($sel_id, $order = "") X-Ref |
| No description |
| getFirstChildId($sel_id) X-Ref |
| No description |
| getAllChildId($sel_id, $order = "", $idarray = array() X-Ref |
| No description |
| getAllParentId($sel_id, $order = "", $idarray = array() X-Ref |
| No description |
| getPathFromId($sel_id, $title, $path = "") X-Ref |
| No description |
| makeMySelBox($title, $order = "", $preset_id = 0, $none = 0, $sel_name = "", $onchange = "") X-Ref |
| No description |
| getNicePathFromId($sel_id, $title, $funcURL, $path = "") X-Ref |
| No description |
| getIdPathFromId($sel_id, $path = "") X-Ref |
| No description |
| getAllChild($sel_id = 0, $order = "", $parray = array() X-Ref |
| Enter description here... param: unknown_type $sel_id param: unknown_type $order param: unknown_type $parray return: unknown |
| getChildTreeArray($sel_id = 0, $order = "", $parray = array() X-Ref |
| Enter description here... param: unknown_type $sel_id param: unknown_type $order param: unknown_type $parray param: unknown_type $r_prefix return: unknown |
| Generated: Sun Aug 1 01:39:09 2010 |