Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: Next Major Release
-
Fix Version/s: None
-
Component/s: Zend_View
-
Labels:None
Description
The action view helper is mostly used totally wrong (I never knew any actual use-case for it). Instead of using view helpers or models, people start to use actions as reusable units. If there's actually a use-case for the action view helper, it should be mentioned in the documentation, for what it actually is for, else I'd suggest to remove it (in 2.0, to keep BC before), and probably yet mark it as deprecated (see ZF-8170).
Issue Links
| This issue is dependecy of: | ||||
| ZF-8170 | Deprecate Action Viewhelper |
|
|
|
Though it fits perfectly in the use-at-will spirit of ZF, I do think that it costs way too much resources (as I recall right, it does an entire dispatch..), and asks for bad design. Therefore, let's get rid of it