[TYPO3-core] RFC #16376: Feature: New TYPO3_DB method for select queries that fetch data from up to 3 tables based on RDF like triples

JoH asenau info at cybercraft.de
Sat Nov 13 19:07:54 CET 2010


This is an SVN patch request.

Type: Feature

Bugtracker references: http://bugs.typo3.org/view.php?id=16376

Branches: trunk

Problem:
Currently 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

Solution:
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

Cheers

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: exec_SELECTgetRowsByTriple.diff
Type: application/octet-stream
Size: 3096 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20101113/da7f6650/attachment.obj>


More information about the TYPO3-team-core mailing list