I have to manage with PhpStorm 2017.1 a large PHP project built on top of ADOdb library. Unfortunately the IDE does not provide any support for this library: for every method I use, I get a "Method not found" warning (and obviously there's no parameter hint, ça va sans dire).
I see there's an OLD thread (~2011) about this, and after that nothing more, maybe ADOdb is kinda Area51 secret none can talk about. Or maybe it's just an old tech none is interested in.
By the way: is there any way (a plugin, a command, a something) that can make my PhpStorm able to understsand ADOdb?