-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Document standalone paginator. #5040
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Include an example of usage in View Cells. Refs cakephp/cakephp#10718
| 'scope' => 'favourites' | ||
| ] | ||
| ); | ||
| $this->set('favorites', $results); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You used a different spelling of "favorites" on line 237 😄
|
@markstory Looks good except for the minor issue jeremyharris pointed out. Thanks for taking care of docs updation. |
|
I updated to consistently use the US spelling 😛 |
|
Can this be merged or do we wait for FR and JA translations? (Dunno what's the process followed on docs PRs). |
|
No need to wait for translations. |
ravage84
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed some syntax errors, but looks good. Thanks!
Include an example of usage in View Cells. Does this look reasonable @ADmad?
Refs cakephp/cakephp#10718