[FEATURE] Extend collection handling by repository
The table sys_collection allows to group several objects and persist them in one collection object. The data access shall happen by a repository, which is integrated with this change set. Change-Id: Ib3401f2e3bd4c267f92aef59dbc36756b54cce0a Resolves: #33755 Releases: 4.7 Reviewed-on: http://review.typo3.org/8913 Reviewed-by: Georg Ringer Reviewed-by: Stefan Neufeind Reviewed-by: Oliver Hader Tested-by: Oliver Hader
Showing
- t3lib/collection/AbstractRecordCollection.php 18 additions, 7 deletionst3lib/collection/AbstractRecordCollection.php
- t3lib/collection/RecordCollectionRepository.php 198 additions, 0 deletionst3lib/collection/RecordCollectionRepository.php
- t3lib/collection/StaticRecordCollection.php 1 addition, 5 deletionst3lib/collection/StaticRecordCollection.php
- t3lib/core_autoload.php 2 additions, 1 deletiont3lib/core_autoload.php
- t3lib/stddb/tables.sql 3 additions, 4 deletionst3lib/stddb/tables.sql
- t3lib/stddb/tbl_be.php 9 additions, 11 deletionst3lib/stddb/tbl_be.php
- tests/t3lib/collection/RecordCollectionRepositoryTest.php 239 additions, 0 deletionstests/t3lib/collection/RecordCollectionRepositoryTest.php
Please register or sign in to comment