Using Managers to add functionality or extend the base framework
Why use Managers
Managers are called Managers because what they suppose to do is manage functionality. Under the hood Yee Managers are sets of classes, that once instantiated, plug neatlessly into the base Yee Framework and extend it's functionality. All subsequent calls to the extended functionality are done by using the Yee Instance Object, which is a collection of base objects within it's environment.
Managers included in the base framework
By default Managers for handling MySQL Database connections, manage Routes and thus an MVC structure, Sessions and Caches are bundled.