cms\includes\functions.navigation.php
Project:
Contenido Content Management System
Description:
Requirements:
- Author
- unknown
- Con_php_req
- 5
- Copyright
- four for business AG
- Deprecated
- file deprecated in contenido release
{@internal
created unknown
modified 2008-07-03, bilal arslan, added security fix
$Id: functions.navigation.php 739 2008-08-27 10:37:54Z timo.trautmann $:
}}
- License
- http://www.contenido.org/license/LIZENZ.txt
- Link
- http://www.4fb.de
- Link
- http://www.contenido.org
- Package
- Contenido Backend
- Since
- file available since contenido release
- Version
- 0.1
Functions


getCategoryName( $cat_id, $db) : void
ParametersName | Type | Description |
---|
$cat_id | | |
---|
$db | | |
---|


getCategoryPath( $cat_id, $level, $reverse = true, $db) : void
Return path of a given category up to a certain level
ParametersName | Type | Description |
---|
$cat_id | | |
---|
$level | | |
---|
$reverse | | |
---|
$db | | |
---|


getLocationString( $iStartCat, $level, $seperator, $sLinkStyleClass, $sTextStyleClass, $fullweblink = false, $reverse = true, $mod_rewrite = true, $db) : void
Return location string of a given category
ParametersName | Type | Description |
---|
$iStartCat | | |
---|
$level | | |
---|
$seperator | | |
---|
$sLinkStyleClass | | |
---|
$sTextStyleClass | | |
---|
$fullweblink | | |
---|
$reverse | | |
---|
$mod_rewrite | | |
---|
$db | | |
---|


getProtectedSubTree( $idcat_start, $db) : array
get subtree by a given id, without protected and invisible categories
ParametersName | Type | Description |
---|
$idcat_start | | |
---|
$db | | |
---|
ReturnsType | Description |
---|
array | Array with all deeper categories |
Details- Copyright
- four for business AG


getSubTree( $idcat_start, $db) : array
get subtree by a given id
ParametersName | Type | Description |
---|
$idcat_start | | |
---|
$db | | |
---|
ReturnsType | Description |
---|
array | Array with all deeper categories |
Details- Copyright
- four for business AG


getTarget( $cat_id, $db) : void
Return target of a given category id
ParametersName | Type | Description |
---|
$cat_id | | |
---|
$db | | |
---|
Details- Deprecated
-


isParent( $parentid, $catid, $db) : void
Return true if $parentid is parent of $catid
ParametersName | Type | Description |
---|
$parentid | | |
---|
$catid | | |
---|
$db | | |
---|