[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ _ ]

a

addListener
in file NestedSet.php, method DB_NestedSet::addListener()
    Add an event listener
apiVersion
in file NestedSet.php, method DB_NestedSet::apiVersion()
top

c

$cache
in file NestedSet.php, variable DB_NestedSet::$cache
convertTreeModel
in file NestedSet.php, method DB_NestedSet::convertTreeModel()
    Convert a <1.3 tree into a 1.3 tree format
createLeftNode
in file NestedSet.php, method DB_NestedSet::createLeftNode()
    Creates a node before a given node
createRightNode
in file NestedSet.php, method DB_NestedSet::createRightNode()
    Creates a node after a given node
createRootNode
in file NestedSet.php, method DB_NestedSet::createRootNode()
    Creates a new root node. If no id is specified then it is either added to the beginning/end of the tree based on the $pos.
createSubNode
in file NestedSet.php, method DB_NestedSet::createSubNode()
    Creates a subnode
CoolMenu_example.php
procedural page CoolMenu_example.php
CoolMenu.php
procedural page CoolMenu.php
top

d

$db
in file MDB2.php, variable DB_NestedSet_MDB2::$db
$db
in file DB.php, variable DB_NestedSet_DB::$db
$db
in file MDB.php, variable DB_NestedSet_MDB::$db
$debug
in file NestedSet.php, variable DB_NestedSet::$debug
DB_NestedSet
in file NestedSet.php, class DB_NestedSet
    DB_NestedSet is a class for handling nested sets
DB.php
procedural page DB.php
DB_NestedSetEvent
in file Event.php, method DB_NestedSetEvent::DB_NestedSetEvent()
    Constructor
DB_NestedSetEvent
in file Event.php, class DB_NestedSetEvent
    Poor mans event handler for DB_NestedSet
DB_NestedSet_CoolMenu
in file CoolMenu.php, class DB_NestedSet_CoolMenu
    This class can be used to generate the data to build javascript popup menu from a DB_NestedSet node array.
DB_NestedSet_CoolMenu
in file CoolMenu.php, method DB_NestedSet_CoolMenu::DB_NestedSet_CoolMenu()
    Constructor
DB_NestedSet_DB
in file DB.php, class DB_NestedSet_DB
    Wrapper class for PEAR::DB
DB_NestedSet_DB
in file DB.php, method DB_NestedSet_DB::DB_NestedSet_DB()
    Constructor
DB_NestedSet_GraphViz
in file GraphViz.php, method DB_NestedSet_GraphViz::DB_NestedSet_GraphViz()
DB_NestedSet_GraphViz
in file GraphViz.php, class DB_NestedSet_GraphViz
    A helper class to translate the data from a nested set table into a GraphViz diagram using PEAR::Image_GraphViz developped by Sebastian Bergmann.
DB_NestedSet_MDB
in file MDB.php, method DB_NestedSet_MDB::DB_NestedSet_MDB()
    Constructor
DB_NestedSet_MDB
in file MDB.php, class DB_NestedSet_MDB
    Wrapper class for PEAR::MDB
DB_NestedSet_MDB2
in file MDB2.php, class DB_NestedSet_MDB2
    Wrapper class for PEAR::MDB2
DB_NestedSet_MDB2
in file MDB2.php, method DB_NestedSet_MDB2::DB_NestedSet_MDB2()
    Constructor
DB_NestedSet_Menu
in file Menu.php, method DB_NestedSet_Menu::DB_NestedSet_Menu()
    The constructor
DB_NestedSet_Menu
in file Menu.php, class DB_NestedSet_Menu
    DB_NestedSet_Menu
DB_NestedSet_Output
in file Output.php, class DB_NestedSet_Output
    DB_NestedSet_Output is a unified API for other output drivers Status is beta
DB_NestedSet_TigraMenu
in file TigraMenu.php, method DB_NestedSet_TigraMenu::DB_NestedSet_TigraMenu()
    Constructor
DB_NestedSet_TigraMenu
in file TigraMenu.php, class DB_NestedSet_TigraMenu
    This class can be used to generate the data to build javascript popup menu from a DB_NestedSet node array.
DB_NestedSet_TreeMenu
in file TreeMenu.php, class DB_NestedSet_TreeMenu
    DB_NestedSet_TreeMenu
DB_NestedSet_TreeMenu
in file TreeMenu.php, method DB_NestedSet_TreeMenu::DB_NestedSet_TreeMenu()
    The constructor
deleteNode
in file NestedSet.php, method DB_NestedSet::deleteNode()
    Deletes a node
top

e

Event.php
procedural page Event.php
top

f

factory
in file Output.php, method DB_NestedSet_Output::factory()
    Returns a output driver object
factory
in file NestedSet.php, method DB_NestedSet::factory()
    Handles the returning of a concrete instance of DB_NestedSet based on the driver.
top

g

GraphViz_example.php
procedural page GraphViz_example.php
GraphViz.php
procedural page GraphViz.php
getAllNodes
in file NestedSet.php, method DB_NestedSet::getAllNodes()
    Fetch the whole NestedSet
getBranch
in file NestedSet.php, method DB_NestedSet::getBranch()
    Fetch the whole branch where a given node id is in
getChildren
in file NestedSet.php, method DB_NestedSet::getChildren()
    Fetch the children _one level_ after of a node given by id
getParent
in file NestedSet.php, method DB_NestedSet::getParent()
    Fetch the immediate parent of a node given by id
getParents
in file NestedSet.php, method DB_NestedSet::getParents()
    Fetch the parents of a node given by id
getRootNodes
in file NestedSet.php, method DB_NestedSet::getRootNodes()
    Fetches the first level (the rootnodes) of the NestedSet
getSiblings
in file NestedSet.php, method DB_NestedSet::getSiblings()
    Fetch all siblings of the node given by id Important: The node given by ID will also be returned Do a unset($array[$id]) on the result if you don't want that
getSubBranch
in file NestedSet.php, method DB_NestedSet::getSubBranch()
    Fetch all the children of a node given by id
top

i

isParent
in file NestedSet.php, method DB_NestedSet::isParent()
    See if a given node is a parent of another given node
top

l

$lockTTL
in file NestedSet.php, variable DB_NestedSet::$lockTTL
$lock_table
in file NestedSet.php, variable DB_NestedSet::$lock_table
listbox_toHTML
in file TreeMenu.php, method DB_NestedSet_TreeMenu::listbox_toHTML()
    Returns the HTML for the listbox. This method can be used instead of printListbox() to use the menu system with a template system.
listbox_toHTML
in file Output.php, method DB_NestedSet_Output::listbox_toHTML()
    Returns the HTML for the listbox. This method can be used instead of printListbox() to use the menu system with a template system.
top

m

$messages
in file NestedSet.php, variable DB_NestedSet::$messages
Menu_example.php
procedural page Menu_example.php
MDB.php
procedural page MDB.php
MDB2.php
procedural page MDB2.php
Menu.php
procedural page Menu.php
moveTree
in file NestedSet.php, method DB_NestedSet::moveTree()
    Wrapper for node moving and copying
top

n

$node_table
in file NestedSet.php, variable DB_NestedSet::$node_table
NestedSet.php
procedural page NestedSet.php
NESEO_DRIVER_NOT_FOUND
in file Output.php, constant NESEO_DRIVER_NOT_FOUND
NESEO_ERROR_NO_METHOD
in file Output.php, constant NESEO_ERROR_NO_METHOD
NESEO_ERROR_NO_OPTIONS
in file Output.php, constant NESEO_ERROR_NO_OPTIONS
NESE_ERROR_NODRIVER
in file NestedSet.php, constant NESE_ERROR_NODRIVER
NESE_ERROR_NOHANDLER
in file NestedSet.php, constant NESE_ERROR_NOHANDLER
NESE_ERROR_NOTSUPPORTED
in file NestedSet.php, constant NESE_ERROR_NOTSUPPORTED
NESE_ERROR_NOT_FOUND
in file NestedSet.php, constant NESE_ERROR_NOT_FOUND
NESE_ERROR_PARAM_MISSING
in file NestedSet.php, constant NESE_ERROR_PARAM_MISSING
NESE_ERROR_RECURSION
in file NestedSet.php, constant NESE_ERROR_RECURSION
NESE_ERROR_TBLOCKED
in file NestedSet.php, constant NESE_ERROR_TBLOCKED
NESE_ERROR_WRONG_MPARAM
in file NestedSet.php, constant NESE_ERROR_WRONG_MPARAM
NESE_MESSAGE_UNKNOWN
in file NestedSet.php, constant NESE_MESSAGE_UNKNOWN
NESE_MOVE_AFTER
in file NestedSet.php, constant NESE_MOVE_AFTER
NESE_MOVE_BEFORE
in file NestedSet.php, constant NESE_MOVE_BEFORE
NESE_MOVE_BELOW
in file NestedSet.php, constant NESE_MOVE_BELOW
NESE_SORT_LEVEL
in file NestedSet.php, constant NESE_SORT_LEVEL
NESE_SORT_PREORDER
in file NestedSet.php, constant NESE_SORT_PREORDER
top

o

$options
in file Output.php, variable DB_NestedSet_Output::$options
Output.php
procedural page Output.php
top

p

$params
in file NestedSet.php, variable DB_NestedSet::$params
pickNode
in file NestedSet.php, method DB_NestedSet::pickNode()
    Fetch the data of a node with the given id
printListbox
in file TreeMenu.php, method DB_NestedSet_TreeMenu::printListbox()
    Print's a listbox representing the current tree
printListbox
in file Output.php, method DB_NestedSet_Output::printListbox()
    Print's a listbox representing the current tree Overriden by the driver class
printTree
in file TreeMenu.php, method DB_NestedSet_TreeMenu::printTree()
    Print's the current tree using the output driver
printTree
in file GraphViz.php, method DB_NestedSet_GraphViz::printTree()
    Outputs the graph as an image
printTree
in file TigraMenu.php, method DB_NestedSet_TigraMenu::printTree()
    Print's the current tree using the output driver
printTree
in file Output.php, method DB_NestedSet_Output::printTree()
    Print's the current tree using the output driver Overriden by the driver class
printTree
in file CoolMenu.php, method DB_NestedSet_CoolMenu::printTree()
    Print's the current tree using the output driver
top

r

removeListener
in file NestedSet.php, method DB_NestedSet::removeListener()
    Removes an event listener
returnStructure
in file Output.php, method DB_NestedSet_Output::returnStructure()
returnStructure
in file Menu.php, method DB_NestedSet_Menu::returnStructure()
    DB_NestedSet_Menu::returnStructure()
top

s

$secondarySort
in file NestedSet.php, variable DB_NestedSet::$secondarySort
    Secondary order field. Normally this is the order field, but can be changed to something else (i.e. the name field so that the tree can be shown alphabetically)
$sequence_table
in file NestedSet.php, variable DB_NestedSet::$sequence_table
setAttr
in file NestedSet.php, method DB_NestedSet::setAttr()
    Sets an object attribute
setDbOption
in file NestedSet.php, method DB_NestedSet::setDbOption()
    Sets a db option. Example, setting the sequence table format
setOptions
in file Output.php, method DB_NestedSet_Output::setOptions()
    Set's options for a specific output group (printTree, printListbox) This enables you to set specific options for each output method
setsortMode
in file NestedSet.php, method DB_NestedSet::setsortMode()
    This enables you to set specific options for each output method
top

t

TigraMenu_example.php
procedural page TigraMenu_example.php
TreeMenu_example.php
procedural page TreeMenu_example.php
TigraMenu.php
procedural page TigraMenu.php
TreeMenu.php
procedural page TreeMenu.php
testLock
in file NestedSet.php, method DB_NestedSet::testLock()
    Tests if a database lock is set
tree_toHTML
in file Output.php, method DB_NestedSet_Output::tree_toHTML()
    Returns the HTML for the DHTML-menu. This method can be used instead of printMenu() to use the menu system with a template system.
tree_toHTML
in file TreeMenu.php, method DB_NestedSet_TreeMenu::tree_toHTML()
    Returns the HTML for the DHTML-menu. This method can be used instead of printMenu() to use the menu system with a template system.
triggerEvent
in file NestedSet.php, method DB_NestedSet::triggerEvent()
    Triggers and event an calls the event listeners
top

u

updateNode
in file NestedSet.php, method DB_NestedSet::updateNode()
    Changes the payload of a node
top

_

_createFromStructure
in file TreeMenu.php, method DB_NestedSet_TreeMenu::_createFromStructure()
_createFromStructure
in file GraphViz.php, method DB_NestedSet_GraphViz::_createFromStructure()
    Creates an Image_GraphViz graph based off of the results from getAllNodes() method
_DB_NestedSetEvent
in file Event.php, method DB_NestedSetEvent::_DB_NestedSetEvent()
    Destructor
_DB_NestedSet_DB
in file DB.php, method DB_NestedSet_DB::_DB_NestedSet_DB()
    Destructor
_DB_NestedSet_MDB
in file MDB.php, method DB_NestedSet_MDB::_DB_NestedSet_MDB()
    Destructor
_DB_NestedSet_MDB2
in file MDB2.php, method DB_NestedSet_MDB2::_DB_NestedSet_MDB2()
    Destructor
top

Documentation generated on Mon, 11 Mar 2019 15:37:09 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.