partitionable icon indicating copy to clipboard operation
partitionable copied to clipboard

Partitionable associations for the CakePHP ORM, allowing for basic limiting per group.

Results 2 partitionable issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/icings/partitionable/issues/29

Is it possible to fix the deprecations due to the event listeners? Starting with CakePHP 5.2 event listeners should no longer return values ([here]( https://book.cakephp.org/5/en/orm/table-objects.html#beforefind) and [here]( https://book.cakephp.org/5/en/appendices/5-2-migration-guide.html#event)). Thanks.