Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Missing stuff in function library?
Missing stuff in function library? [message #50519] Wed, 12 September 2007 01:13 Go to next message
Eclipse UserFriend
Originally posted by: joshbenner.gmail.com

Is it me, or is the PHP Functions tab missing stuff like DOMNodeList
(and its members), SoapClient->__soapCall(), among others? I've on
occasion run into the Function list missing random tidbits like this.
These are the two most recent I've stumbled across.
Re: Missing stuff in function library? [message #50547 is a reply to message #50519] Wed, 12 September 2007 01:36 Go to previous messageGo to next message
Ali B. is currently offline Ali B.Friend
Messages: 66
Registered: July 2009
Member
Josh,

A number of functions are missing alright. Standard or not, I dont know.
I opened a feature request when I first noticed some standard methods
missing. Vote for it if you think that it would be useful for you:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=189495

In a previous discussion, Toshihiro pointed to where this list is
located. The file name is phpFunctions5.php and is located in the
Resources folder in the org.eclipse.php.core_1.0.0.V20070826.jar file
that can be found in the eclipse plugins directory. There is also a
phpFunctions4.php that holds the code assist list for PHP4.

The file is somehow an abstract php file. though it's easy to understand
and append. I have created a "User define section" at the end of the
file and I appending to it continuously ever since. I am also working on
adding the whole pecl_http extension (php_http.dll for windows), let me
know if it would come in handy for you and I will email it to you.

Let me know if you have any ideas.

Cheers,
Ali


Joshua Benner wrote:
> Is it me, or is the PHP Functions tab missing stuff like DOMNodeList
> (and its members), SoapClient->__soapCall(), among others? I've on
> occasion run into the Function list missing random tidbits like this.
> These are the two most recent I've stumbled across.
Re: Missing stuff in function library? [message #50833 is a reply to message #50547] Wed, 12 September 2007 13:47 Go to previous messageGo to next message
exceptione is currently offline exceptioneFriend
Messages: 96
Registered: July 2009
Member
Ali B. schreef:
> I have created a "User define section" at the end of the
> file and I appending to it continuously ever since. I am also working on
> adding the whole pecl_http extension (php_http.dll for windows), let me
> know if it would come in handy for you and I will email it to you.
>
> Let me know if you have any ideas.

Maybe you can upload your changes to your own bug report:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=189495 That should then
function as a temporay workaround. Is that a good idea?
Re: Missing stuff in function library? [message #51054 is a reply to message #50833] Wed, 12 September 2007 21:42 Go to previous message
Ali B. is currently offline Ali B.Friend
Messages: 66
Registered: July 2009
Member
Well... I think it's a great idea, maybe others can contribute to the
file as well. I am not sure what would the development team think
though. I would appreciate it if they can give me their opinion about this.

I am not very much familiar with the reflection api. But now that I have
taken a quick look into it, It might actually come in handy. Thanks for
pointing it out.

Cheers,
Ali

Exception e wrote:
> Ali B. schreef:
>> I have created a "User define section" at the end of the file and I
>> appending to it continuously ever since. I am also working on adding
>> the whole pecl_http extension (php_http.dll for windows), let me know
>> if it would come in handy for you and I will email it to you.
>>
>> Let me know if you have any ideas.
>
> Maybe you can upload your changes to your own bug report:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=189495 That should then
> function as a temporay workaround. Is that a good idea?
Previous Topic:code assist for internal classes
Next Topic:Next milestone or RC?
Goto Forum:
  


Current Time: Thu Mar 28 22:52:26 GMT 2024

Powered by FUDForum. Page generated in 0.03201 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top