[Typo3] HOWTO work with CONTENT object

Yomo yguiamo at gmail.com
Fri Apr 8 13:59:22 CEST 2005


Hi all,

I tried to display data/records from my own table with TypoScript, 
without success.

I have tried the following:

page.20 = CONTENT
page.20 {
   table = user_mcfcompanies
   select {
     pidInList = this
     selectFields = uid,pid,enterprise
     orderBy = sorting
   }
}

user_mcfcompanies.enterprise.default {
   1 = TEXT
   1.field = enterprise
   1.wrap = <b> | </b>
   #1.space = 3 | 2
}

As you can see, my table is called user_mcfcompanies.
I want to select all(!) records in the column 'enterprise', which is the 
title of the company/enterprise.
I wrap it in bold tags to display it.
However, I don't see a thing!

Can anyone please tell me what I'm doing wrong???

Thank you,
Yomo



More information about the TYPO3-english mailing list