MVCR/src/FuzeWorks
Abel Hoogeveen e30d4ad366 Fixed bug where controller was not changed after a routerCallViewEvent
Router::defaultCallable did not change the controller in the view upon a change in the RouterCallViewEvent.
This has been remedied by adding a check and performing the change when that check results in a discrepency.
2020-05-12 13:10:50 +02:00
..
Event Implemented the usage of multiple viewMethods. 2019-09-17 17:24:12 +02: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 Fixed bug where controller was not changed after a routerCallViewEvent 2020-05-12 13:10:50 +02:00
View.php Made all properties of the Model, View and Controller protected. 2019-03-01 11:04:12 +01:00
Views.php Updated some comments to reflect its functionality better 2019-07-22 11:46:43 +02:00