I have 2 php projets in Eclipse PDT (1 for classes, 1 client using classes). I don't want to manually sync folders. I created linked folders, which seems solving the pb (classes appears in the client project), but when i require it, i get the 'no such file' error. Do I missed something ?
windows 7, apache 2, PHP 5
- ClientProject
- derp.php
- Classes [LinkedFolder]
- V1
- herp.php
- V1
- Classes
- V1
- herp.php
- V1
In derp.php
require_once('/Classes/V1/herp.php');