beberlei / zf-doctrine

A Zend Framework 1.x and Doctrine 1.2 Integration - UNMAINTAINED
101 stars 21 forks source link

View Helper uses short open tags #7

Closed fcrespel closed 14 years ago

fcrespel commented 14 years ago

The file library/ZFDoctrine/View/Helper/files/scripts/list.phtml (commited in beberlei/zf-doctrine@5a0abb4ad6f1a057dc018e7658e64652e7dd1e80) uses short open tags, which are disabled by default in most PHP installations. Please consider replacing all <?= by <?php echo for maximum compatibility.

beberlei commented 14 years ago

fixed