Arindam

addDataFromDatabase x adoDB PHP Class

Recommended Posts

On my current project, we are using the php class to adoDB (http://adodb.sourceforge.net/) for the abstraction of the database.

 

 

 

I tried to use the method addDataFromDatabase to spend a result originated from the adoDB class but unable to results.

 

Is there any method that I can use with the results coming from adoDB class?

Share this post


Link to post
Share on other sites

Hi,

I am afraid, as of now, PHPClass does not support adoDB class. We use the standard MYSQL extension only. If you wish to use addDataFromDatabase() you need to use MYSQL connection. You can yourself modify the code to support adoDB

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now