Hi,
what is the difference between "Source files" and "Include path" in php project.
Thanx
Hi,
what is the difference between "Source files" and "Include path" in php project.
Thanx
Source files are files you write yourself as part of your project.
The Include path contains files that will be scanned for autocompletion and hints provided while you type. This is mostly for external libraries that you will use, but your source files are automatically included in the include path for autocompletion.