RESOURCEMAP
Provides mappings between resource types and the database tables.
version | 1 |
---|---|
package | wikindx4\core\resources |
author | Mark Grimshaw |
__construct()
getMsgKeys(string $type) : array
string
array
getOptional() : array
array
getRequired() : array
array
getTables(string $type) : array
Ensure the resource table exists and always comes first.
author | Mark Grimshaw |
---|
string
array
of db tablesgetTypeMap() : array
getTypes() : array
array
lookupDBfield(string $type, string $readableName) : string
string
string
string
lookupReadableName(string $type, string $tableName, string $dbName) : string
string
string
string
string
loadMap()
The key of the resource_xxx arrays is the database field within the WKX_resource_xxx database table. The value of the resource_xxx arrays is the key input to the MESSAGES class for language localizations.
author | Mark Grimshaw |
---|---|
version | 1 |
$optional
$returnTypeMap
$reverseTypeMap
$typeMap
$types