Search code examples
phpphp-iniphp-shorttags

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


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 ?


Solution

  • Check your php.ini, you probably have short tags disabled. See the manual page