MVC
The Model-View-Controller (MVC) pattern is one of the most widely discussed in web application design. Learn how it can work for you in these videos.
-
Building a JSON End-Point With SLIM and jQuery: Part 2
Part 2 in a series on building a JSON end-point. We’re using simple RESTful verbage to grab a list of names from a session store.
-
SLIMming Out Your Controller
An introduction to the SLIM PHP framework. This sinatra-like php framework is a great tool for simple JSON endpoints and light server-side application development.
-
Unit Testing Action Helpers
A look at how action helpers function and effective ways of unit testing them.
-
Introducing Action Helpers
A look at how Action Helpers can help you build controller-level-functionality without duplicating code.
