Core/Core
Abel Hoogeveen 544a84434c Allowed the Factory class to be extended.
A class can now extend the Factory class and use all of its properties.
Properties like the layout system can be called like $this->layout, when extended. Just like the old days with the Bus abstract class.
Advantage of this system is that you don't require the use of extending the Factory class. Calling the factory for just one use is also possible.

Closes #93.
2016-06-02 13:57:32 +02:00
..
Database Implemented a (failed) config and a renewed Helpers class. 2016-05-27 13:55:31 +02:00
Events Implemented Helpers into FuzeWorks. 2016-05-14 14:06:04 +02:00
Helpers Implemented Helper Tests 2016-05-27 14:38:28 +02:00
Language/english Implemented a new mailer library. 2016-05-22 20:20:50 +02:00
Libraries Implemented a (failed) config and a renewed Helpers class. 2016-05-27 13:55:31 +02:00
System Allowed the Factory class to be extended. 2016-06-02 13:57:32 +02:00