Task #474
Refactor the MVC controller class names
Status:
Rejected
Priority:
Must have
Assignee:
Category:
MVC
Target version:
Start date:
2008-04-21
Due date:
% Done:
0%
Estimated time:
Sprint:
PHP Version:
Has patch:
Complexity:
Description
For consistency, the following classes should be renamed:
F3_FLOW3_MVC_Controller_ActionController -> F3_FLOW3_MVC_Controller_Action
F3_FLOW3_MVC_Controller_DefaultController -> F3_FLOW3_MVC_Controller_Default
F3_FLOW3_MVC_Controller_RequestHandlingController -> F3_FLOW3_MVC_Controller_RequestHandling
F3_FLOW3_MVC_Controller_PresentationController -> F3_FLOW3_MVC_Controller_Presentation
... and don't forget the documentation.