Ticket #5 (closed Feature Request: fixed)
cascading resource loading
| Reported by: | JAAulde | Owned by: | JAAulde |
|---|---|---|---|
| Priority: | critical | Milestone: | 2.0 |
| Component: | Core | Version: | SVN HEAD |
| Keywords: | Cc: |
Description
FOR ALL RESOURCES EXCEPT CONFIGS: Can be placed anywhere in the search path. Loader scans UP the search path and includes the first match it comes to causing the most ‘localized’ to take precedence. (this is what is currently being done for everything except controllers and the 2 previously mentioned config files)
FOR ALL CONFIGS: Can be placed anywhere in the search path. Loader scans DOWN the search path and includes ALL matches it comes to. This means that more generic (default) configs can be stored higher in the search path, while those more localized will load up and override with more specific data if necessary.
