资 源 简 介
BasicMVC
This is an attempt to create a minimalistic javascript mvc framework. It has been inspired by puremvc, base2 and some toher projects. It is mostly an event handler system with a base class to inherit. By inheriting the base clas, all subclases are connected to the event listening system.
It doesnt depend on any other system and can be connected to any framework. Use it with jQuery or any other js framework to get a complete and powerful base system for your UI application.