This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Class ChunkedFindBehavior | |
* Chunks a find with a size of choosing for the CakePHP framework. | |
*/ | |
class ChunkedFindBehavior extends ModelBehavior | |
{ | |
private $defaultConfig = []; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "ok", | |
"timestamp": "2025-10-15T12:00:00Z", | |
"data": [ | |
{ | |
"id": 1, | |
"name": "Prodotto Test A", | |
"price": 9.99, | |
"currency": "EUR", | |
"available": true, |