Project

General

Profile

Actions

Feature #16915

closed

Integrate function to determine extension key from a table name and vice versa

Added by Oliver Hader about 17 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2007-01-29
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Sometimes it could be necessarry to know which table belongs to which extension key. If such a mapping is integrated, the inverse function is also possible.

e.g.
table 'tx_myextension_data' -> extension 'my_extension'
extension 'my_extension' -> tables 'tx_myextension_data,tx_myextension_categories'

The results should be stored in $GLOBALS['TYPO3_LOADED_EXT'][<extKey>]['tables'] and $GLOBALS['TYPO3_LOADED_TABLES'][<tableName>].

(issue imported from #M4877)


Files

0004877.patch (4.77 KB) 0004877.patch Administrator Admin, 2007-01-29 12:21
0004877.png (46.8 KB) 0004877.png Administrator Admin, 2007-01-29 12:21
Actions

Also available in: Atom PDF