soulik

Typo3 select content column

Apr 20th, 2014
697
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 10 = CONTENT
  2. 10 {
  3.     table = tt_content
  4.     select {
  5.         pidInList = this
  6.         where = colPos=1
  7.         orderBy = sorting
  8.         max = 10
  9.     }
  10.     renderObj < tt_content
  11. }
Advertisement