PHP Classes

How is this different from PDO?

Recommend this page to a friend!

      dbclass with execution query  >  All threads  >  How is this different from PDO?  >  (Un) Subscribe thread alerts  
Subject:How is this different from PDO?
Summary:What's the difference between this class and PHP's native PDO?
Messages:2
Author:Kit Peters
Date:2009-08-15 15:09:19
Update:2009-08-17 09:37:09
 

  1. How is this different from PDO?   Reply   Report abuse  
Picture of Kit Peters Kit Peters - 2009-08-15 15:09:19
Is there any difference between this class and PDO (http://www.php.net/pdo)? If so, what is the difference? If not, what are the benefits of this class over PDO?

  2. Re: How is this different from PDO?   Reply   Report abuse  
Picture of Pramendra Pramendra - 2009-08-17 09:37:09 - In reply to message 1 from Kit Peters
hello,
By the use of this class you can connect the database and you need not to write the execution function.
you have to simple call the functions inside the class and function will return all the required values