zend framework / view <?= does not work ? why ?

Posted by user284503 on Stack Overflow See other posts from Stack Overflow or by user284503
Published on 2010-03-22T20:59:16Z Indexed on 2010/03/22 21:01 UTC
Read the original article Hit count: 253

Filed under:
|

Strange.. with my installation of the Zend Framework

<?php echo $this->user; ?>   works fine but
<?= $this->user; ?> does not work

Anyone have an idea what is the problem ?

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about view