silverstripe-framework/Core
Sam Minnee 6b847d3614 NEW: Allow project root to be treated as a module.
If the _config folder exists as a top-level directory, treat the project
root as a module too. This is useful, e.g. when initialisation a
SilverStripe environment within a module.

This is only a first cut. Modules in the vendor directory are excluded.
Most likely, we will need to search the vendor folder for modules with
type = silverstripe-module in their composer.json.
2016-09-16 14:36:08 +12:00
..
Config Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
Injector API Namespace all classes 2016-09-08 10:23:17 +12:00
Manifest NEW: Allow project root to be treated as a module. 2016-09-16 14:36:08 +12:00
Startup API Namespace all classes 2016-09-08 10:23:17 +12:00
Cache.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
ClassInfo.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
Constants.php API: Derive BASE_PATH from composer autoloader 2016-09-16 14:36:08 +12:00
Convert.php API Namespace all classes 2016-09-08 10:23:17 +12:00
Core.php FIX: Remove unnecessary manual includes 2016-09-10 11:13:23 +12:00
CustomMethods.php API Namespace all classes 2016-09-08 10:23:17 +12:00
Extensible.php API Namespace all classes 2016-09-08 10:23:17 +12:00
Extension.php API Namespace all classes 2016-09-08 10:23:17 +12:00
Flushable.php API Namespace all classes 2016-09-08 10:23:17 +12:00
Object.php API Namespace all classes 2016-09-08 10:23:17 +12:00
TempPath.php API Namespace all classes 2016-09-08 10:23:17 +12:00