NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Project Properties -> Includes


Joined: 31 Aug 2005
Posts: 44
Location: Bamberg, Germany
Reply with quote
Hi again,

this time I was wondering if project properties -> includes is working as it should. I'm using pear, and with that several packages in my project.
So one of these mappings is wrong and I tried to adjust at but was unsuccessful.

The source reads
Code:
require_once 'HTML/Template/Flexy.php';
which works fine for the webserver (I'm using external 3rd party webserver, I'm sure you know it Wink). But the file could not be mapped locally, phped tries to find it here: "C:\Programme\Apache Group\Apache2\htdocs\GroupwareNeu\HTML\Template\Flexy.php"

I tried to enter the correct path manually, but it didn't change. I clicked on that "file open"-symbol next to the path but nothing happend.

How can I tell phped where to find these includes?

marcus
View user's profileFind all posts by MarcusSchwarzSend private messageVisit poster's websiteICQ Number
Site Admin

Joined: 13 Jul 2003
Posts: 8342
Reply with quote
There are two different things involved when you deal with out-of-band libraries.
a) debugger
to get it properly step on the files, you'd need to enter map entries for all such libraries. See mapping tab.
You'd need to enter REMOTE PATH and LOCAL PATH. For example:
remote path -> /var/nonwww/mylib
local path -> c:\project\mylib
NOTE: Press F2 to trigger the list into editing mode.

b) code insight
to get it properly list all the classes and functions in code completion dropdown, you have to enter path to the library(libraries) in "Code Insight Includes" input. See Project Properties->Properties tab.
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Project Properties -> Includes
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic