[TYPO3-english] fluidcontent -> show table data array

d.ros projects at r-system.de
Fri May 17 09:16:01 CEST 2013


Hi,

I got a quite trivial question.

With a flux:flexform I´m making a field select.

<flux:flexform.field.select name="User" table="tt_address" 
label="Choose" maxItems="5" size="5" multiple="true" />

In FE I can output {User} . It´s the uid. The Array with debug is also 
only filled with the uid. How do I get all fields, so that I can ouput 
f.e. {User:first_name} ??

I tried also to use:

<fed:data.sql as="User" table="tt_adress" 
fields="uid,first_name,last_name,name"  offset="[mixed]" limit="[mixed]" 
  pruneResult="1" silent="1"></fed:data.sql>

But I get the information that the Viewhelper is not existant. But these 
three are in the head of the file.

{namespace fed=Tx_Fed_ViewHelpers}
{namespace flux=Tx_Flux_ViewHelpers}
{namespace v=Tx_Vhs_ViewHelpers}


Cheers David


More information about the TYPO3-english mailing list