Cradle
0.3.3
Simple library for creating Web-based applications
|
File Navigation. More...
Public Member Functions | |
__construct ($arrayParams=null) | |
getCurrentItem () | |
getNavigation () | |
Data Fields | |
$routerPrefix = 'r' | |
$cssActive = 'active' | |
$listType = 'ul' | |
$path = "" | |
$filePatterns = null | |
$excludePatterns = null | |
$recursive = true | |
$stripExtention = '.php' | |
File Navigation.
Simple file navigation. Creates HTML tree list from file system tree.
__construct | ( | $arrayParams = null | ) |
Constructor
array | $arrayParams | Initialization parameters of the class. |
getCurrentItem | ( | ) |
Returns current active item
getNavigation | ( | ) |
Returns HTML code list contains tree of files spesified by class properties.