Has anyone experienced this? or does anyone know why I am getting "undefined attribute name" warnings in Eclipse Indigo with PHP SDK?
this only occurs when I place tags inside html tags, i.e.
<span <?php echo ($test_var) ? 'class="active"' : '' ?> >text here</span>
but this is ok :
<ul>
<?php if( $test ) : ?>
<li>text</li>
<?php endif; ?>
</ul>
I just installed Eclipse Indigo and added the PDT SDK, i never had this kind of warning with galileo ... helios