short for

<?php echo $tableName ?>

also using <? instead of <?php is not good practice



Kexiao Liao wrote:
I am new to Zend Framework, what does the tag("<?=") in index.phtml template
file mean? It seems the tag("<?=") is not a php standard tag. Does anyone
can give more detail explaination if this tag? Thanks

Kevin

<? foreach ($this->tables as $tableName): ?>
            <li>
                 "/zfgrid/grid/show/table/<?= $tableName ? ">
                    <?= $tableName ?>
</li>
<? endforeach; ?>

Reply via email to