Include other projects in a new PHP project in eclipse
Include other projects correctly
After you create a new php project, even you use the right path in the php code to include other project/classes, these classes/methods can not be selected/clicked using "shift + left click". That is because you need to set the setting of the new project, and select the include path by:
Project properties->PHP Include Path->Projects, then add necessary projects.
Comments
Post a Comment