Can someone please provide some assistance in how to configure PhpEd to utilize Prado? I can't seem to get Code Complete to work and I can't jump into the source code from my app. The project has this as Includes:
and my index.php has this:
$basePath=dirname(__FILE__);
$frameworkPath=$basePath.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'prado'.DIRECTORY_SEPARATOR.'framework'.DIRECTORY_SEPARATOR.'prado.php';
$assetsPath=$basePath.DIRECTORY_SEPARATOR.'assets';
$runtimePath=$basePath.DIRECTORY_SEPARATOR.'protected'.DIRECTORY_SEPARATOR.'runtime';
The app runs and works fine otherwise. I just can't get the IDE to work correctly.
Thanks
John