|
To configure your project's Include Path:
In
PHP Explorer view, right-click the required project and select Configure
Include Path Libraries
-Or- right-click the project and select Properties | Include Path.
The project's PHP Include Path properties page will appear.

From this page you can configure the following:
To add aproject from your workspace to your Include Path:
Select
the Projects tab.
Click Add.
The Required Project Selection dialog appears.
Select the projects
you would like to add and click OK.
The selected project(s) will be added to your project's Include Path.
To
add Path
Variables to your Include Path:
Select the Libraries tab.
Click Add Variable.
The New Variable Entry dialog appears.
Select the required Path Variable.
Note:
The
Variable points to a folder. To choose an archive inside the folder, click
Extend.
To add a Variable to the Path Variables list, click Configure Variables
to be taken to the Path
Variables Preferences page.
Click OK.
The Variable will be added to your project's Include Path.
Note:
The
variable is a read-only file and will not be available for editing.
To add external folders to your Include
Path:
Select the Libraries
tab.
Click Add External
Folder.
The Add Include Path dialog appears.
Browse to and
select the required folder.
Click OK.
The folder will be added to your project's Include Path.
Note:
The library is a read-only
file and will not be available for editing.
To configure the order of elements on your
Include Path:
Select
the Order tab. This determines the order in which resources will be searched
for in require/include calls.
See Include Paths for more information
on the order for which files are searched for.
If applicable, it is recommended that elements appear in the same order
as they do in your php.ini.
If
necessary, rearrange the order of the entries. To do so, select an element
and click Up or Down to move it in the list.
Once all the elements are
added and are in the right order, click OK.
|