Class we_util_Path

Description

Utility class for path manipulation and creation

Located in /util/Path.php (line 24)


	
			
Method Summary
static string id2Path (integer $id, string $dbTable, [Zend_Db_Adapter $db = NULL])
static integer path2Id (string $path, string $dbTable, [Zend_Db_Adapter $db = NULL])
static boolean pathExists (string $path, string $dbTable, [Zend_Db_Adapter $db = NULL])
Methods
static method id2Path (line 35)

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
static method path2Id (line 51)

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
static method pathExists (line 67)

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

Documentation generated on Mon, 01 Sep 2008 11:35:42 +0200 by phpDocumentor 1.4.0