backend / Backend-PHP-Modules

Independant Modules used by the Backend-PHP Project
0 stars 1 forks source link

Filestructure doesn't support Thirdparty Extension #3

Closed jrgns closed 9 years ago

jrgns commented 12 years ago

The current file structure is too flat, making it difficult to include namespaced third party modules.

Maybe change it to

Modules/Vendor/Type/

so the default binding modules will go into

Modules/Backend/Storage/

This makes it easier to split the different modules into their own repos, allowing third parties to add more modules.

jrgns commented 9 years ago

Closing this. Not maintained anymore.