Permalink
Please sign in to comment.
Browse files
lots of fixes (#706)
* Docs: synchronize injects in presenters, synchronize method and property visibility, synchronize namespaces, etc * ArrayHash -> stdClass * Composer drop PHP 7.2 recommendation * PostModel -> FooModel * Typos
- Loading branch information...
Showing
with
195 additions
and 253 deletions.
- +15 −15 cs/access-control.texy
- +1 −1 cs/ajax.texy
- +8 −6 cs/caching.texy
- +8 −18 cs/components.texy
- +5 −5 cs/di-usage.texy
- +1 −1 cs/form-rendering.texy
- +1 −1 cs/forms.texy
- +5 −5 cs/localization.texy
- +1 −1 cs/migration-2-1.texy
- +24 −33 cs/pagination.texy
- +13 −10 cs/presenters.texy
- +2 −4 cs/quickstart/authentication.texy
- +1 −1 cs/quickstart/comments.texy
- +2 −2 cs/quickstart/creating-posts.texy
- +0 −2 cs/quickstart/home-page.texy
- +1 −7 cs/quickstart/refactoring-model.texy
- +0 −1 cs/quickstart/single-post.texy
- +3 −4 cs/routing.texy
- +15 −15 en/access-control.texy
- +1 −1 en/ajax.texy
- +8 −6 en/caching.texy
- +8 −18 en/components.texy
- +5 −5 en/di-usage.texy
- +1 −1 en/form-rendering.texy
- +1 −1 en/forms.texy
- +5 −5 en/localization.texy
- +1 −1 en/migration-2-1.texy
- +24 −29 en/pagination.texy
- +13 −10 en/presenters.texy
- +2 −4 en/quickstart/authentication.texy
- +1 −1 en/quickstart/comments.texy
- +2 −2 en/quickstart/creating-posts.texy
- +0 −2 en/quickstart/home-page.texy
- +1 −7 en/quickstart/refactoring-model.texy
- +0 −1 en/quickstart/single-post.texy
- +3 −4 en/routing.texy
- +2 −2 wip/book/cs/book/ajax.texy
- +3 −3 wip/book/cs/book/authentication.texy
- +4 −4 wip/book/cs/book/components.texy
- +0 −5 wip/book/cs/book/database.texy
- +2 −2 wip/book/cs/book/forms.texy
- +2 −2 wip/book/cs/book/presenter.texy
- +0 −5 wip/book/en/book/database.texy

Oops, something went wrong.
0 comments on commit
e6057d6