Skip to content

Commit

Permalink
Merge pull request cakephp#5285 from cakephp/no-business-logic-in-con…
Browse files Browse the repository at this point in the history
…trollers

Fix false statement about business logic
  • Loading branch information
markstory authored Oct 4, 2017
2 parents ada6880 + b945b8a commit 3f595cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/tutorials-and-examples/blog/part-two.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Create a Posts Controller
=========================

Next, we'll create a controller for our posts. The controller is
where all the business logic for post interaction will happen. In a
where all the controlling logic for post interaction will happen. In a
nutshell, it's the place where you play with the models and get
post-related work done. We'll place this new controller in a file
called ``PostsController.php`` inside the ``/app/Controller``
Expand Down

0 comments on commit 3f595cb

Please sign in to comment.