Skip to content

Instantly share code, notes, and snippets.

@Memel06
Memel06 / ChunkedFindBehaviour.php
Created March 21, 2022 15:14
ChunkedFindBehaviour
<?php
/**
* Class ChunkedFindBehavior
* Chunks a find with a size of choosing for the CakePHP framework.
*/
class ChunkedFindBehavior extends ModelBehavior
{
private $defaultConfig = [];
{
"status": "ok",
"timestamp": "2025-10-15T12:00:00Z",
"data": [
{
"id": 1,
"name": "Prodotto Test A",
"price": 9.99,
"currency": "EUR",
"available": true,