[TYPO3] select inside select

Bartosz Aninowski bart at REM-IT-sonik.pl
Tue Dec 11 21:18:29 CET 2007


Can I do something like this

tmp.Simple= CONTENT
tmp.Simple {
table = tt_news
select {
pidInList = 34 #magazyn newsow
orderBy = datetime desc  #od najnowszego
max = 1   #ilosc rekordow
}
renderObj=COA
renderObj {
 30=TEXT
 30 {
 required = 1
 wrap = <p>|</p>
 field = title
 }

 40 = COA
 40 {
  10 = CONTENT
  10.table = tt_news
  10.select {
   andWhere = uid = ?? uids of related records
  }
 }

}
} 




More information about the TYPO3-english mailing list