Controller

class src.mvc.controller.AbstractBaseController

AbstractBaseController is the lowest level of abstraction of a controller. In most cases AbstractController is the more appropriate base class.

property model
class src.mvc.controller.AbstractController(headless)

AbstractController implements the basic functionality for most common controllers

property headless