Tue Dec 09, 2008 10:59 am |
Replies: 1 |
Views: 3452 |
|
 |
Can this be an enhancement, or can some educate me on how to accomplish this?
Thank you for everything you do for us NuSphere team!
Chris
|
Mon Dec 08, 2008 2:20 pm |
Replies: 5 |
Views: 3547 |
|
 |
I should also mention that this issue is seen accros files. File A contains "function getPerson()" and file B is assigning the returned object to a variable.
|
Mon Dec 08, 2008 12:38 pm |
Replies: 5 |
Views: 3547 |
|
 |
Code is as you say, and is returning a clear object. The IDE doesn't recognize it as object.
In other words, with a fake example...
Working
$a = new Person(x,x,x,x);
$a-> //code complet ...
|
Mon Dec 08, 2008 12:39 am |
Replies: 1 |
Views: 3452 |
|
 |
Can someone point me in the right direction. Since, to my knowledge, PHP doesn't support Lists as collections of objects, I am using an array to house many objects of the same type. When I iterate t ...
|
Sun Dec 07, 2008 11:46 pm |
Replies: 5 |
Views: 3547 |
|
 |
Thanks for the information dmitri. So in my example, I had to place the following text directly above the function "getPersonById" that returned a Person.
/**
* @return Person
*/
Ho ...
|
Sun Dec 07, 2008 4:22 pm |
Replies: 5 |
Views: 3547 |
|
 |
Currently in the IDE, when you assign an object to a new variable, the code completion for the new variable does not work. You cannot access the variables & methods represented in the object that ...
|
Mon Aug 04, 2008 9:50 pm |
Replies: 0 |
Views: 4494 |
|
 |
All,
I have been a huge fan of my PhpED IDE. One enhancement I would LOVE to see is some of the code generation stuff that Eclipse does for Java currently and plans to do for PHP late this year. ...
|