Wed Nov 02, 2005 12:22 am |
Replies: 6 |
Views: 7473 |
|
|
You should be able to download it from the same place where you originally downloaded it. But if you're using the evaluation version, I don't think they will release a new version until the first serv ...
|
Sun Oct 30, 2005 6:50 pm |
Replies: 5 |
Views: 6117 |
|
|
The reason why I'm using interfaces and abstract classes is because I may need to derive an abstract class from multiple interfaces and extend another class as an abstract class that is the basis for ...
|
Sat Oct 29, 2005 12:46 pm |
Replies: 3 |
Views: 5755 |
|
|
It is really nice to know that these features are soon to be implemented . One side question that I have is how do we know when specific builds are released?
David
|
Sat Oct 29, 2005 12:16 pm |
Replies: 5 |
Views: 6117 |
|
|
Suppose that I have 2 concrete classes that extend the class myObj2. I can't instantiate myObj2 objects directly (it's an abstract class) so I need to instantiate the other 2 concrete classes derived ...
|
Fri Oct 28, 2005 9:17 pm |
Replies: 3 |
Views: 5755 |
|
|
I feel a bit bad to be back again in such a short period of time, but I believe that a closer integration of the Exception class and exception handling would be fitting for such an excellent editor fo ...
|
Thu Oct 27, 2005 8:47 pm |
Replies: 5 |
Views: 6117 |
|
|
First of all allow me to express how much I enjoy using PHPEd-I can't imagine how I survived using Zend Studio before. To help speed along the process of trouble shooting, I am using PHPEd v4.0 build ...
|