MVCR/src/FuzeWorks
Abel Hoogeveen f6baf1142c
Made all properties of the Model, View and Controller protected.
These should not be accessible from outside these types of objects. Also made FuzeWorks core a requirement and not a dev-requirement.
2019-03-01 11:04:12 +01:00
..
Event Implemented routerLoadCallableEvent 2019-02-11 19:31:49 +01:00
Exception Created MVCR Framework 2019-02-01 00:55:49 +01:00
Controller.php Made all properties of the Model, View and Controller protected. 2019-03-01 11:04:12 +01:00
Controllers.php Created MVCR Framework 2019-02-01 00:55:49 +01:00
MVCRComponent.php Created MVCR Framework 2019-02-01 00:55:49 +01:00
Model.php Made all properties of the Model, View and Controller protected. 2019-03-01 11:04:12 +01:00
Models.php Created MVCR Framework 2019-02-01 00:55:49 +01:00
Router.php Changed which properties Models, Views and Controllers contain. 2019-02-11 19:47:24 +01:00
View.php Made all properties of the Model, View and Controller protected. 2019-03-01 11:04:12 +01:00
Views.php Created MVCR Framework 2019-02-01 00:55:49 +01:00