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.
Updated by Karsten Dambekalns over 13 years ago
- Priority changed from Should have to Must have
- Target version set to 1.0 alpha 1
Updated by Karsten Dambekalns over 13 years ago
- Status changed from Accepted to Rejected
The class names should
- speak for themselves if possible
- with namespaces classnames like
Default
would stem from this, which doesn't work. Thus r1210 reverted some of the changes already done in r1070.
Case closed.