Tue Oct 02, 2012 5:41 pm |
Replies: 3 |
Views: 2451 |
|
 |
What version of PhpED?
If you close the workspace and create a new PHP file with something like this, do you get code completion when you get to the $this-> ?
<?php
class test {
...
|
Tue Oct 02, 2012 12:00 am |
Replies: 3 |
Views: 2451 |
|
 |
Hi Guys,
When I add a method to a PHP class the new method doesn't show in the type ahead list. It seems only the methods that were there when I first edited the class are there.
How can I ensur ...
|
Sun Nov 27, 2011 8:28 pm |
Replies: 3 |
Views: 2559 |
|
 |
it's CSE Validator configuration corrupted.
Try to uninstall it by running "%PROGRAMFILES%\NuSphere\PhpED\CSE Validator Lite 65\unins000.exe" then install PhpED over again.
I managed to fi ...
|
Fri Nov 25, 2011 10:34 pm |
Replies: 3 |
Views: 2559 |
|
 |
Hi guys,
I just upgraded to 6.2.
All seems well, except when I run the debugger on a php script. The debugger seems to run, but I also get a message saying:
"Cannot perform the validatio ...
|