Yep, that would be great indeed.
Let me know if can watch some ticket or something on progress...would be
good.
If not, will wait to hear on mailinglist for this great feature.
Matthew Weier O'Phinney wrote:
-- Thomas Weidner <[EMAIL PROTECTED]> wrote
(on Friday, 07 March 2008, 03:52 PM +0100):
+1 from me...
This is an issue of coding standard and many people do not have enabled
short tags for security or other reasons.
As noted in my response, I plan on adding a stream wrapper to Zend_View
so that short tags can be supported out-of-the-box by Zend_View even if
short tags are disabled. The readability benefits of using short tags in
view scripts make it a worthwhile practice.
----- Original Message ----- From: "Julian Davchev" <[EMAIL PROTECTED]>
To: "Zend Framework General" <[email protected]>
Sent: Friday, March 07, 2008 3:18 PM
Subject: [fw-general] shouldn't ZF promote not using short tags
Hi,
I see in documentation everywhere using <?=
Shouldn't ZF not tolerate short tag notation and provide examples as
<?php print... instead?