/typolight_framework

A framework module for the Typolight php cms. This project is not maintained anymore. If you want to fork it, please do : I'll point visitor to you.

Primary LanguagePHPOtherNOASSERTION

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