-
$plainMenuTpl
-
The template to be used for the Plain Menu
-
parseCommon
-
A method providing parsing needed both for horizontal and vertical menus; it can be useful also with the ProcessLayersMenu extended class
-
parseStructureForMenu
-
The method to parse the current menu structure and correspondingly update related variables
-
PHPTreeMenu
-
The constructor method; it initializates some variables
-
PHPTreeMenu
-
This is the PHPTreeMenu class of the PHP Layers Menu library.
-
PlainMenu
-
The constructor method; it initializates some variables
-
PlainMenu
-
This is the PlainMenu class of the PHP Layers Menu library.
-
printFooter
-
Method that prints the code of the footer
-
printHeader
-
Method that prints the code of the header
-
printHorizontalPlainMenu
-
Method that prints the code of the requested Horizontal Plain Menu
-
printMenu
-
Method that prints the code of the requested _firstLevelMenu
-
printPHPTreeMenu
-
Method that prints the code of the requested PHP Tree Menu
-
printPlainMenu
-
Method that prints the code of the requested Plain Menu
-
printTreeMenu
-
Method that prints the code of the requested Tree Menu
-
ProcessLayersMenu
-
The constructor method
-
ProcessLayersMenu
-
This is an extension of the "common" class of the PHP Layers Menu library.
-
phptreemenu.inc.php
-
-
plainmenu.inc.php
-
-
scanTableForMenu
-
The method to parse the current menu table and correspondingly update related variables
-
setAbscissaStep
-
The method to set the value of abscissaStep
-
setDBConnParms
-
The method to set parameters for the DB connection
-
setDirroot
-
The method to set the dirroot directory
-
setDirroot
-
The method to set the dirroot directory
-
setDirroot
-
The method to set the dirroot directory
-
setDirroot
-
The method to set the dirroot directory
-
setDirroot
-
The method to set the dirroot directory
-
setDirrootCommon
-
The method to set the dirroot directory
-
setDownArrowImg
-
The method to set an image to be used for the down arrow
-
setForwardArrowImg
-
The method to set an image to be used for the forward arrow
-
setHorizontalMenuTpl
-
The method to set horizontalMenuTpl
-
setHorizontalPlainMenuTpl
-
The method to set horizontalPlainMenuTpl
-
setIcondir
-
The method to set the icondir directory
-
setIconsize
-
The method to set the iconsize array
-
setIconwww
-
The method to set iconwww
-
setImgdir
-
The method to set the imgdir directory
-
setImgwww
-
The method to set imgwww
-
setLibjsdir
-
The method to set the libjsdir directory
-
setLinksTargets
-
A method to set the same target for all links of a menu
-
setMenuLeftShift
-
The method to set the value of menuLeftShift
-
setMenuRightShift
-
The method to set the value of menuRightShift
-
setMenuStructureFile
-
The method to read the menu structure from a file
-
setMenuStructureString
-
The method to set the menu structure passing it through a string
-
setMenuTopShift
-
The method to set the value of menuTopShift
-
setPHPTreeMenuDefaultExpansion
-
The method to set the default value of the expansion string for the PHP Tree Menu
-
setPHPTreeMenuImagesType
-
The method to set the type of images used for the Tree Menu
-
setPHPTreeMenuSeparator
-
The method to set the value of separator for the Tree Menu query string
-
setPHPTreeMenuTheme
-
The method to set the prefix for filenames of images of a theme
-
setPlainMenuTpl
-
The method to set plainMenuTpl
-
setPrependedUrl
-
The method to set the prepended URL
-
setSelectedItemByCount
-
A method to select the current item of $menu_name in terms of $cnt, i.e., very likely, in terms of its line number in the corresponding menu structure file (excluding from the count commented out lines, if any)
-
setSelectedItemById
-
A method to select the current item of $menu_name in terms of the corresponding id (see the DB table structure); obviously, this method can be used only together with the DB support
-
setSelectedItemByUrl
-
A method to select the current item of $menu_name specifying a string that occurs in the current URL
-
setSelectedItemByUrlEregi
-
A method to select the current item of $menu_name specifying a regular expression that matches (a substring of) the current URL; just the same as the setSelectedItemByUrl() method, but using eregi() instead of strpos()
-
setSeparator
-
The method to set the value of separator
-
setSubMenuTpl
-
The method to set subMenuTpl
-
setTableFields
-
The method to set names of fields of the table storing data describing the menu
-
setTableFields_i18n
-
The method to set names of fields of the i18n table corresponding to $tableName
-
setTableName
-
The method to set the name of the table storing data describing the menu
-
setTableName_i18n
-
The method to set the name of the i18n table corresponding to $tableName
-
setThresholdY
-
The method to set the value of thresholdY
-
setTpldir
-
The method to set the tpldir directory
-
setTpldir
-
The method to set the tpldir directory
-
setTpldirCommon
-
The method to set the tpldir directory
-
setTransparentIcon
-
A method to set transparentIcon
-
setTreeMenuImagesType
-
The method to set the type of images used for the Tree Menu
-
setTreeMenuTheme
-
The method to set the prefix for filenames of images of a theme
-
setVerticalMenuTpl
-
The method to set verticalMenuTpl