[FEATURE] TCA-record-collection based on collection interfaces
Use the possibility to create collections of tca-records with TYPO3 core functionality in a table sys_collection. To deal with these record-collections in TCA a collection class using the new collection interfaces is to be introduced. This relies on #32148 Change-Id: I371a6ba354855651048445075464c032ddd4647b Resolves: #32147 Releases: 4.7 Reviewed-on: http://review.typo3.org/6968 Reviewed-by: Dominik Mathern Tested-by: Dominik Mathern Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
Showing
- t3lib/collection/AbstractRecordCollection.php 429 additions, 0 deletionst3lib/collection/AbstractRecordCollection.php
- t3lib/collection/StaticRecordCollection.php 135 additions, 0 deletionst3lib/collection/StaticRecordCollection.php
- t3lib/stddb/tables.php 35 additions, 0 deletionst3lib/stddb/tables.php
- t3lib/stddb/tables.sql 56 additions, 0 deletionst3lib/stddb/tables.sql
- t3lib/stddb/tbl_be.php 167 additions, 0 deletionst3lib/stddb/tbl_be.php
- typo3/sysext/lang/locallang_tca.xlf 24 additions, 0 deletionstypo3/sysext/lang/locallang_tca.xlf
Please register or sign in to comment