Revision 671e4922
ID | 671e4922fc6b0ed0031a69a4fb3f47b18165a2fa |
- FLOW3: (MVC) Moved the ViewInterface into the View sub namespace. Addresses #2515
- FLOW3: (MVC) Added a ControllerInterface to decouple classes using controllers from the AbstractController
- FLOW3: (MVC) Merged the RequestHandlingController into the AbstractController. Still needs further cleanup and some tests are currently disabled.
- FLOW3: (MVC) Wrote a proper testcase for the dispatcher
- added
- modified
- copied
- renamed
- deleted
- Classes
- MVC
- Controller
- F3_FLOW3_MVC_Controller_AbstractController.php (diff)
- F3_FLOW3_MVC_Controller_ActionController.php (diff)
- F3_FLOW3_MVC_Controller_ControllerInterface.php (diff)
- F3_FLOW3_MVC_Controller_DefaultController.php (diff)
- F3_FLOW3_MVC_Controller_RequestHandlingController.php
- F3_FLOW3_MVC_Dispatcher.php (diff)
- F3_FLOW3_MVC_ViewInterface.php
- View
- Controller
- MVC
- Tests
- MVC
- Controller
- F3_FLOW3_MVC_Controller_AbstractControllerTest.php (diff)
- F3_FLOW3_MVC_Controller_ActionControllerTest.php (diff)
- F3_FLOW3_MVC_Controller_RequestHandlingControllerTest.php
- F3_FLOW3_MVC_DispatcherTest.php (diff)
- Fixture
- Controller
- F3_FLOW3_MVC_Fixture_Controller_MockExceptionThrowingController.php
- F3_FLOW3_MVC_Fixture_Controller_MockRequestHandlingController.php
- Controller
- Controller
- MVC