Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed May 9, 2014
1 parent b10ecde commit 1855683
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/07. Cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,9 @@ class CheckInListController extends AbstractRestfulController
}
```

Your service can either returns a Collection or a Paginator, the resource renderer will take care of that for you!
Your service can either returns a Collection or a Paginator, the resource renderer will take care of that for you! Note
that as we completely ignore the `Selectable $checkIns` that is given for us automatically, we can even remove it from
the method signature, so our controller stays clean and simple.

## Tuning ZfrRest for production

Expand Down

0 comments on commit 1855683

Please sign in to comment.