5.6 Beta Question

Permalink
I have a look at the wip of the next concrete5 on github which looks awesome by the way.

What's the purpose of the restructuring in the core?
This will change how dev can handle override of the concrete core right ?

 
andrew replied on at Permalink Reply
andrew
Yes. You've always been able to override core classes, but since the file gets replaced, you have to copy the entire file and fork it and make your changes. Now you can copy the empty file, continue it extending the core class, and only change the functions you need to change.

For more context on this:
http://www.concrete5.org/community/forums/customizing_c5/extending-...