Core/Application
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
..
Cache Implemented a caching library. 2016-05-14 16:18:59 +02:00
Config Implemented many CodeIgniter classes. 2016-05-24 12:05:29 +02:00
Controller Allowed the Factory class to be extended. 2016-06-02 13:57:32 +02:00
Helpers Implemented Helpers into FuzeWorks. 2016-05-14 14:06:04 +02:00
Language Implemented the language class. 2016-05-22 19:29:55 +02:00
Libraries Implemented a basic Library system for FuzeWorks. 2016-05-13 22:20:53 +02:00
Models Updated entire project to PSR2 code standard. Some classes still need to be moved around. 2016-05-07 19:22:09 +02:00
Views Updated entire project to PSR2 code standard. Some classes still need to be moved around. 2016-05-07 19:22:09 +02:00