database-abstraction Questions

16

Solved

What does data abstraction refer to? Please provide real life examples alongwith.
Hardware asked 3/9, 2010 at 10:36

3

Solved

Just came across the Doctrine Project which has an Object Relational Mapper and a DB Abstraction Layer. What does Doctrine provide that other PHP abstraction layers don't? And what practical use ca...
Fluorine asked 7/11, 2010 at 17:7

1

What do I gain if I use Doctrine's Database Abstraction Layer (DBAL) over simple PDO? Isn't PDO supposed to be an abstraction layer itself? As far as I can tell, the only benefit I gain is the abi...
Karren asked 3/4, 2015 at 23:57

6

Solved

I am not having much luck detecting when a database query in Codeigniter returns zero results. I have had a good read of the notes on the PHP count function but am none the wiser! I call the query...
Eye asked 8/9, 2010 at 12:29

1

Has anyone heard of an enterprise grade database abstraction layer that builds on Google Protocol Buffers I can foresee such a DB tool set would have great possibilities from mobile computing all...
Bistro asked 3/7, 2013 at 6:48

7

What is the best PHP DAL (data abstraction layer) so far developed under any open source project which we could re-use with good faith? I am finding it hard to choose a DAL for my applicati...
Tinge asked 18/10, 2011 at 13:18

13

In our place we're split between using mysqli and PDO for stuff like prepared statements and transaction support. Some projects use one, some the other. There is little realistic likelihoo...
Ceballos asked 17/8, 2008 at 9:47

5

Solved

I'm working with some database abstraction layers and most of them are using attributes like "String" which is VARCHAR 250 or INTEGER which has length of 11 digits. But for example I have something...
Larainelarboard asked 25/4, 2011 at 19:12

4

Solved

I am in the process of designing a web application (really, it's a hobby, and I'm trying to teach myself design, and what better way is there than doing it :). Anyway, I was thinking about how I wo...
Regolith asked 17/7, 2010 at 15:24

5

Solved

I often hear people bashing ORMs for being inflexible and a "leaky abstraction", but you really don't hear why they're problematic. When used properly, what exactly are the faults of ORMs? I'm aski...
Reminiscence asked 10/5, 2010 at 13:17

5

Solved

I'm in the process of designing my ASP.NET MVC application and I ran across a couple of interesting thoughts. Many samples I have seen describe and use the Repository pattern (IRepository) so this...
Oblivion asked 27/2, 2010 at 12:43
1

© 2022 - 2024 — McMap. All rights reserved.