[TYPO3-dev] pidInList recursive
    Georg Ringer 
    spam at ringerge.org
       
    Mon Nov 27 22:02:50 CET 2006
    
    
  
Martin Kutschker  schrieb
> You mean in a plugin? There is an API call for that - I think - in pibase.
Sorry no!
Got something like this:
temnp.foo = CONTENT
temp.foo {
  table = tt_content
  select {
    pidInList = 46,47,48,50
    orderBy = tstamp DESC
    where = colPos=0
    languageField=sys_language_uid
    max = 20
  }
  renderObj = COA_INT
  renderObj {
  }
}
and i want o fetch all tt_content elements, not just of pages with id 46-50, 
but also from their subpages!
georg 
    
    
More information about the TYPO3-dev
mailing list