[TYPO3-english] Query Databases using RECORDS
Peter Russ
"peter,russ" at 4many.net
Wed Dec 3 21:07:16 CET 2008
--- Original Nachricht ---
Absender: John Fox
Datum: 03.12.2008 20:33:
> I'm slowly learning Typo3. Any help would be really appreciated!
>
> I am trying to retrieve a record from the tx_dam database. This retrieves a
> single field for me: (GPvar:mediaID is the passed ID for the video)
>
> video.10 = RECORDS
> video.10.source = TEXT
> video.10.source.data = GPvar:mediaID
> video.10.tables = tx_dam
> video.10.conf.tx_dam = TEXT
> video.10.conf.tx_dam {
> field = title
> wrap = Play this video: <b> | </b>
> }
>
> The problem is that I can only figure out how to retrieve one "field" at a
> time. I need to retrieve title, file_name, keywords, file_path and
> description. Can I accomplish what I need to do with RECORDS?
>
> I've seen other examples with COA and CONTENT but I can't seem to get them
> to work. I've looked over the TSRef numerous times and it doesn't make much
> sense to me as to how to accomplish this. I'm assuming it's pretty basic.
>
> Thanks,
> John
>
>
video.10.conf.tx_dam = COA
does the trick ;-)
video.10.conf.tx_dam {
10 = TEXT
10 {
field = title
wrap = ....
}
}
You see?
Regs. Peter.
--
Fiat lux!
Docendo discimus.
_____________________________
4Many� Services
XING: https://www.xing.com/go/invita/360052
http://www.xing.com/go/privatemessage/Peter_Russ
More information about the TYPO3-english
mailing list