cakephp3 ページング 表示件数変更

public $paginate = [
	'limit' => 500,
	'maxLimit' => 500,
	'order' => [
		'Model名(大文字・・・s).id' => 'asc'
	]
];
PAGE TOP