By Manuel Lemos
Frameworks are libraries of components that can be reused in multiple applications.
This fact allows developers to take less time to develop new applications using the same framework.
Check this framework to learn how to implement your own framework inspired in the code provided by this framework to implement common features needed by many applications like for instance models, views, controllers, request handler, router and dispatcher, and error handling.
Source: Read MoreÂ