<div><span class="574564513-25042006"><font face="Arial" size="2">I have been
experimenting with PHPeclipse yesterday and today. Here is a fairly big problem
that I have run into that has stopped me from using it.</font></span></div>
<div><span class="574564513-25042006"></span> </div>
<div><span class="574564513-25042006"><font face="Arial" size="2">Eclipse generates a
lot of warnings of type: "Include filename 'blah.php' doesn't exist in project."
<br><br>I tried to explicitly set the "Include Path" for the project in
"Project->Properties->PHP Project Settings->Include Paths" (although
this shouldn't be necessary because these paths are dynamically set by a
set_include_path() call in the script). This hasn't solved the
problem.</font></span></div>
<div><span class="574564513-25042006"></span> </div>
<div><span class="574564513-25042006"><font face="Arial" size="2">All my projects have
this structure</font></span></div>
<div><span class="574564513-25042006"></span> </div>
<div><span class="574564513-25042006"><font face="Arial" size="2">projectname/htdocs/ # actual website root</font></span></div>
<div><span class="574564513-25042006"><font face="Arial" size="2">projectname/includes/ # mostly php classes and files with programming
logic </font></span></div>
<div><span class="574564513-25042006"><font face="Arial" size="2">projectname/templates/
# html files, headers footers, etc</font></span></div>
<div><span class="574564513-25042006"></span> </div>
<div><font face="Arial" size="2"><span class="574564513-25042006">I find this an
effective way of organising the files. It seems the only way to get PHPeclipse
to not generate the errors is to place all code in the website root which I
really don't want to do. Can anyone help me on this problem?<br><br>I saw on a forum post that "working sets" may be able to solve my problem, but I'm quite unclear on what these are.<br><br>Pete<br></span></font>
</div>