[TYPO3-english] Re: Config backend layout with custom database tables

l lin lin.lag at gmail.com
Tue Apr 21 13:09:22 CEST 2015


Thanks Bernd. That's very helpful!

I would follow your advices to use TS to render all records of table XY on that page. 

I assume what I should do is to write some scripts in TypoScript Configuration field shown in the sample pic below:

http://docs.typo3.org/typo3cms/TSconfigReference/_images/PageTsconfigField.png

In the page, I used a template 'student_with_menu' which contains a Content Element 'content_main'.  I assume a simple script can keep a record of this content to store in a custom table 'Custom_Student_Table'. 

Would there any documents I could look into? I have no idea how to write such script. Just assume I should write somethings like

Custom_Student_Table.firstname = CE.field






More information about the TYPO3-english mailing list