有没有人经历过这个?或者有谁知道为什么我在使用 PHP SDK 的 Eclipse Indigo 中收到“未定义的属性名称”警告?
这只发生在我将标签放在 html 标签中时,即
<span <?php echo ($test_var) ? 'class="active"' : '' ?> >text here</span>
但这没关系:
<ul>
<?php if( $test ) : ?>
<li>text</li>
<?php endif; ?>
</ul>
我刚刚安装了 Eclipse Indigo 并添加了 PDT SDK,我从来没有遇到过 galileo 的这种警告...... helios