MVCR/src/FuzeWorks
Abel Hoogeveen ed90b3badb Implemented the usage of multiple viewMethods.
- This change allows the developer to sort methods with the usual Priority. The first valid method found shall be used.
- Dependency for implementing methods in a REST API.
2019-09-17 17:24:12 +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 Implemented the usage of multiple viewMethods. 2019-09-17 17:24:12 +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