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; ?>
--
View this message in context:
http://www.nabble.com/what-does-the-tag-%22%3C-%3D%22-mean-in-index.pthml-file-of-ZFGridDemo-tf4230887s16154.html#a12036657
Sent from the Zend Framework mailing list archive at Nabble.com.