[TYPO3-mvc] Listing data table in frontend of typo3

Jochen Rau jochen.rau at typoplanet.de
Fri Dec 4 10:05:56 CET 2009


Hi.

schrieb Dimanche:
> *** I have two tables are called person and position
> when I insert a new row of person I have to select position of
> him/her, but some person have only one position or more...
>
> *** So the problem is that I can not list all position of the person
> who has more than one position... (just only the first selecting
> position is showed.)
>
> *** Real database table:
>
>  >>> Table person
>
> uid name position
> 1 Dimanche 1
> 2 Violeng 2,3
> 3 Sorn 1,2,3
>
>  >>> Table position
>
> uid position
> 1 Designer
> 2 Programmer
> 3 Database analyzer
>
>
> Hope you understand my example.

Try to set

'maxitems' => 999999,

in TCA definition of position field in person table.

Regards

Jochen
-- 
Every nit picked is a bug fixed



More information about the TYPO3-project-typo3v4mvc mailing list