This is the framework module for Typolight. It aims to make the life of
developpers coming from Rails or Symfony easier.
Documentation :
Framework components are :
- EModel : an enhancement of the basic model class ( with dynamic finders,
associations, and others ) - FrontendController : a subclass of Module that let use several various actions
- BackendController : same thing, but for backend
- Route : a model to handle routing in Typolight, to use whatever url you want.
Third party libs
The framework module include a copy of addLiveEvent, by Yannick Croissant