Converts a given id to a path
static
string
id2Path
(integer $id, string $dbTable, [Zend_Db_Adapter $db = NULL])
-
integer
$id: id to convert
-
string
$dbTable: name of table
-
Zend_Db_Adapter
$db: Zend db adapter object
Converts a given path to an id
static
integer
path2Id
(string $path, string $dbTable, [Zend_Db_Adapter $db = NULL])
-
string
$path: path to convert
-
string
$dbTable: name of table
-
Zend_Db_Adapter
$db: Zend db adapter object
Checks if a given path exists
static
boolean
pathExists
(string $path, string $dbTable, [Zend_Db_Adapter $db = NULL])
-
string
$path: path to convert
-
string
$dbTable: name of table
-
Zend_Db_Adapter
$db: Zend db adapter object