PHP : substitute to wpdb class in wordpress

Posted by justjoe on Stack Overflow See other posts from Stack Overflow or by justjoe
Published on 2010-03-30T04:52:14Z Indexed on 2010/03/30 4:53 UTC
Read the original article Hit count: 303

Filed under:
|

wpdb class in wordpress use to make connection to database.

is there any substitute to this class in PHP repository?

So i can access different database then the original database that have been initiate in wp-config ?

© Stack Overflow or respective owner

Related posts about php

Related posts about Wordpress