Support for ADOdb Database Abstraction Library for PHP

Hi,

I have recently started using PhpStorm and so far things have been going pretty good.

So far the only hangup is that when I try to use ADOdb (http://adodb.sourceforge.net/); for all the methods I get a "Undefined Method" error.

Is there anyway to fix this?

Thanks.

0
3 comments

Because PHPDoc type comments in this lib is a mess...

i.e.
* @return the freshly created instance of the Connection class.

on ADOConnection constructor totally breaks its return type (making it "\the")

You can fix the docs and file a patch back to author. Or file an issue... But first will be faster.
0

I had never heard of ADOdb Database Abstraction Library for PHP, but am looking into it now. If you update those docs, I'd like to have a copy (and I'll do the same if we end up using it.)

0

Yes, I noticed the documentation was a mess.
For now I changed the return to "@return ADOConnection the freshly created instance of the Connection class." and this fixed the errors in my code.

The library is still full of errors. If/when I get a chance I will go through the library and properly document it I will post it here.


Thanks

0

Please sign in to leave a comment.