Core/Application
Abel Hoogeveen c5318a2e99 Added new namespaces as described in Issue #37. The following namespaces are used:
\FuzeWorks for Core classes
\Controller for controller classes
\Model for model classes
\Module for modules

Also did the following changes:
- DatabaseModel now loads the database module as a dependency
- DatabaseModel is no longer abstract because of ModelServer
- Implemented a new mechanism for model types in the name of a ModelServer. This interface requires a Model Type Server to return a Model parent class based on a given type
- Added a backtrace to the logger class for easy and fast debugging

And that was it for this commit
2015-04-29 17:18:33 +02:00
..
Config Fix for #28 and #23. This patch removes the mod and event registers so that modules can now be loaded dynamicly instead of using a global configuration file. 2015-04-22 11:31:29 +02:00
Controller Added new namespaces as described in Issue #37. The following namespaces are used: 2015-04-29 17:18:33 +02:00
Events Initial Commit, merge of MicroCore and FuzeWorks3 2015-02-08 17:29:39 +01:00
Models Added new namespaces as described in Issue #37. The following namespaces are used: 2015-04-29 17:18:33 +02:00
Views Minor updates to default template 2015-02-23 21:54:00 +01:00