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?
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