Fork me on GitHub

what is adodb?  Bottom

  • why the adodb is used in postnuke?
    i have just mysql as DB,is adodb used in this condition?
  • Adodb is a layer on top of mysql for easy access to the database.
    http://adodb.sourceforge.net/

    --
    campertoday.nl, Module development, Dutch Zikula Community
  • ADODB is an abstraction layer that allows cross database compatibility. Theoretically using an ADODB call should allow that call to connect to, and process, the request from any one of the supported database types. I believe that pn0.8 will support both MySQL and PostgreSQL through ADODB with plans to include more in future upgrades.

    In short, yes you can (and should) use it in this condition... it's a good thing.

    --
    Under Construction!

This list is based on users active over the last 60 minutes.