no-framework-tutorial/6-controllers.md
2014-09-15 23:16:34 +01:00

533 B

<< previous

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) 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.

to be continued...