Project

General

Profile

Actions

Feature #24043

closed

New TYPO3_DB method for select queries that fetch data from up to 3 tables based on RDF like triples

Added by Jo Hasenau about 14 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2010-11-13
Due date:
% Done:

0%

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

Description

Currenlty the SCOTTY team is going to implement semantic features into TYPO3. This will enable users to easily connect different kinds of records based on RDF-triples containing

Subject => The parent record
Predicate => The type of the relation
Object => The child record

This will be stored in a triple table that connects these tables via MMM.

fe_user => belongs to => fe_group
person => logs in as => fe_user
news => has been written by => person
content element => is tagged with => term

Attached patch introduces the new TYPO3_DB method

exec_SELECTgetRowsByTriple

that can be used for other connections as well, i.e. File abstractions or DAM records

(issue imported from #M16376)


Files

exec_SELECTgetRowsByTriple.diff (3.09 KB) exec_SELECTgetRowsByTriple.diff Administrator Admin, 2010-11-13 19:05
exec_SELECTgetRowsByTriple_v2.diff (3.17 KB) exec_SELECTgetRowsByTriple_v2.diff Administrator Admin, 2010-11-13 19:59
exec_SELECT_mmm_query.diff (4.85 KB) exec_SELECT_mmm_query.diff Administrator Admin, 2010-11-14 14:50
exec_SELECT_mmm_query_v2.diff (5.12 KB) exec_SELECT_mmm_query_v2.diff Administrator Admin, 2010-11-14 16:31
exec_SELECT_mmm_query_v3.diff (5.12 KB) exec_SELECT_mmm_query_v3.diff Administrator Admin, 2010-11-15 18:27
Actions

Also available in: Atom PDF