On Sun, Mar 14, 2010 at 8:38 PM, anak newbie <[email protected]> wrote:
> Yeap, you're right!
>
> but somehow open_short_tag affect in making template more clean
>
> i see it's support on another framework and i don't talk about comparing
> something :D
>
> Just an idea

The problem is not only the 6 more chars, but as open short tags are
deprecated (and AFAIK will be removed in php 6), if you insist using
it, you'll face this kind of problem when deploying you application in
other servers.

So, it's recommended to always use <?php echo instead of <?=.

Atts.

-- 
MARCELO F ANDRADE
Belem, Amazonia, Brazil

"I took the red pill"

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to