PhileCMS / Phile

A flat file CMS with a swappable parser and template engine.
https://philecms.github.io/
Other
257 stars 49 forks source link

[TASK] code cleanup: restructure interfaces #78

Closed NeoBlack closed 10 years ago

NeoBlack commented 10 years ago

to cleanup the code we should do the following tasks:

  1. create a new folder lib/Phile/Gateway/ and namespace Phile\Gateway\ for all global interfaces
  2. create a new folder lib/Phile/ServiceLocator/ and namespace Phile\ServiceLocator\
  3. move all service locator interfaces to the new location, rename it, mark it as deprecated and create wrapper interfaces for the old interfaces which will be removed in v1.0.0
  4. move all other interfaces into the new location and namespace