How to remove error warnings made by tpl files in my eclipse project

I recently installed eclipse 3.5.2 with php support, and when I created my php project, all tpl files appeared with errors, it seems to look for zend_debugger, how can I remove these errors to maintain a normal code flow without red warnings everywhere?

-one
eclipse php
Mar 25 '10 at 9:28
source share
1 answer

Select the errors in the problem representations and click Delete (or Right-click / Delete).

This does not prevent Eclipse from reproducing the errors, but if they were not configured correctly, it will help.

+1
Mar 26 '10 at 15:47
source share



All Articles