SilexLab / Silex

Achive of the silex framework
http://aelix.org
5 stars 2 forks source link

Add registration for addable classes #10

Closed JanekOstendorf closed 9 years ago

JanekOstendorf commented 11 years ago

We should add Factories and registrations for each extensible part of Silex, instead of searching for Classes on the file system. Same for modules, should be registered in the DB.

This allows for more modular handling of these addable things and modules as well as more control over what is loaded and not.