jgrouse.util.MvcDriver


module jgrouse.util.MvcDriver
Module with stuff required for MVC framework
Defined in jgrouse/util/MvcDriver.js

Class Summary
Base class for controllers in MVC framework
MVC driver is the class that acts as a dispatcher and glues together model, view and controller.
Helper class that is used internally by MVC framework