[TYPO3] double datawrap possible?

Tim Kleigrewe x27 at e27.com
Mon Sep 17 17:26:53 CEST 2007


hi list!

i use this to get content from a different page

temp.xy = CONTENT
temp.xy {
  table = tt_content
  select.orderBy = sorting
  select.where = colPos=2
  select {
    languageField = sys_language_uid
    # find a pid
    pidInList.data = DB : tx_myext_table : 33  : myfield
  }
}

that works.

i would like to substitiute the uid value(33) by {GPvar:myuid} a
get/post var.

would be nice, but dosen't work:
pidInList.data.dataWrap = DB : tx_myext_table : {GPvar:myuid}  : myfield

any ideas?


thank you!
tim


More information about the TYPO3-english mailing list