phpDocumentor db
[ class tree: db ] [ index: db ] [ all elements ]

Class: TableInfo

Source Location: /myphp-1.9/myphp-1.9-db/html/resource/TableInfo.php

Class TableInfo

Class Overview

Translates from encrypted table names into real table names

Located in /myphp-1.9/myphp-1.9-db/html/resource/TableInfo.php [line 23]



		
				Author(s):
		
API Tags:
See:  DBHTML_RESOURCE_PATH.'/Define.php'

Methods

[ Top ]
Method Summary
TableInfo   TableInfo()   Constructor
String   decrypt()   Returns the real table info, from the encrypted table name
String   encrypt()   Returns the encrypted table info, from the real table name
String   getDecrypt()   Returns the real table info, from the encrypted table name

[ Top ]
Methods
Constructor TableInfo  [line 27]

  TableInfo TableInfo( )

Constructor



[ Top ]
decrypt  [line 61]

  String decrypt( String $table  )

Returns the real table info, from the encrypted table name

  1. Usage:
  2. TableInfo::decrypt($table);

Parameters:
String   $table:  The encrypted table name

API Tags:
Return:  Returns The real table name
Static:  


[ Top ]
encrypt  [line 76]

  String encrypt( String $table  )

Returns the encrypted table info, from the real table name

  1. Usage:
  2. TableInfo::encrypt($table);

Parameters:
String   $table:  The real table name

API Tags:
Return:  Returns The encrypted table name
Static:  


[ Top ]
getDecrypt  [line 36]

  String getDecrypt( String $table  )

Returns the real table info, from the encrypted table name

Parameters:
String   $table:  The encrypted table name

API Tags:
Return:  Returns The real table name


[ Top ]

Documentation generated on Thu, 22 Dec 2005 17:19:51 +0100 by phpDocumentor 1.3.0RC3