Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Zend_View
-
Labels:None
-
Fix Version Priority:Should Have
Description
Currently, we advocate using short tags in view scripts, and all examples in the documentation use them. However, some people have them disabled for a variety of reasons, and are not aware that they can re-enable them or do not have the ability to do so.
We can support this my using PHP's streams to filter the view script as it is being read. For more information on how this can be done, see:
Please categorize/fix as needed.