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) : voidParameters| Name | Type | Description |
|---|
| $cat_id | | |
|---|
| $db | | |
|---|


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


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


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


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


getTarget( $cat_id, $db) : voidReturn target of a given category id
Parameters| Name | Type | Description |
|---|
| $cat_id | | |
|---|
| $db | | |
|---|
Details- Deprecated
-


isParent( $parentid, $catid, $db) : voidReturn true if $parentid is parent of $catid
Parameters| Name | Type | Description |
|---|
| $parentid | | |
|---|
| $catid | | |
|---|
| $db | | |
|---|