Top "Database-abstraction" questions

mysqli or PDO - what are the pros and cons?

In our place we're split between using mysqli and PDO for stuff like prepared statements and transaction support. Some projects …

php mysql pdo mysqli database-abstraction
Counting the number of results returned by a database query in Codeigniter

I am not having much luck detecting when a database query in Codeigniter returns zero results. I have had a …

php codeigniter database-abstraction
What does "data abstraction" exactly mean?

What does data abstraction refer to? Please provide real life examples alongwith.

c++ abstraction database-abstraction
Best PHP DAL (data abstraction layer) so far

What is the best PHP DAL (data abstraction layer) so far developed under any open source project which we could …

php database database-abstraction
Pear DB class not found

I have create a class called Database.php for interacting with MySql database using Pear Db class. Database.php <?…

php mysql ubuntu pear database-abstraction