From 6d7303d7aa3bdb77f0163853b09b9951428a7253 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 15 Sep 2014 23:16:34 +0100 Subject: [PATCH] Spelling --- 6-controllers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/6-controllers.md b/6-controllers.md index 29537bf..8bcd605 100644 --- a/6-controllers.md +++ b/6-controllers.md @@ -2,6 +2,6 @@ ### Controllers -When I talk about a controller in this tutorial then I am just referring to a class that has handler methods. I am not talking about [MVC (Model-View-Controller)](http://martinfowler.com/eaaCatalog/modelViewController.html) controllers. MVC can't be implemented properly in PHP anyways, at least not in the way it was originally conceived. So forget about MVC and instead let's worry about [separation of concerns](http://en.wikipedia.org/wiki/Separation_of_concerns). +When I talk about a controller in this tutorial then I am just referring to a class that has handler methods. I am not talking about [MVC (Model-View-Controller)](http://martinfowler.com/eaaCatalog/modelViewController.html) controllers. MVC can't be implemented properly in PHP anyway, at least not in the way it was originally conceived. So forget about MVC and instead let's worry about [separation of concerns](http://en.wikipedia.org/wiki/Separation_of_concerns). -to be continued... \ No newline at end of file +to be continued...