Corrected view cascading load order
What I did
- Now views, config, libraries, helpers and models load in the correct cascading orders.
Implications
- View override order has changed. This should result in the correct views being loaded, but broken behaviour may be relied on for some views, so thorough testing is recommended.
Setup
None
How to test
Add some override views to verify the right ones win. Precedence should be as follows:
- application/views
- application/modules/module/views
- application/zon/module/views
- application/zon/views
Task: https://git.customd.com/artmoney/website/merge_requests/53#note_1871