Welcome Guest, Not a member yet? Register   Sign In
Poll: Which database handlers would be important to you?
You do not have permission to vote in this poll.
MS-SQL
25.60%
32 25.60%
DB2
2.40%
3 2.40%
Interbase
4.00%
5 4.00%
Oracle
10.40%
13 10.40%
AWS ...
8.00%
10 8.00%
PDO
49.60%
62 49.60%
Total 125 vote(s) 100%
* You voted for this item. [Show Results]

[feature] Database Handlers
#8

The Poll asks "Which database handlers would be important to you?" The word "handlers" could be (maybe should be) "drivers", in which case I don't think that PDO should be an option.

Consider the PHP manual's introductory description of PDO:

Quote:The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP.

PDO provides a data-access abstraction layer, which means that, regardless of which database you're using, you use the same functions to issue queries and fetch data.

That text could be used for CodeIgniter's database implementation and be 100% accurate. CodeIgniter database class(es) and PDO are both data-access abstractions.

What's the purpose of creating an abstraction into an abstraction?

PDO is not a database and the poll is about database handlers (drivers).
Reply


Messages In This Thread
[feature] Database Handlers - by jlp - 03-08-2019, 09:34 AM
RE: [feature] Database Handlers - by InsiteFX - 03-08-2019, 09:41 AM
RE: [feature] Database Handlers - by php_rocs - 03-08-2019, 12:19 PM
RE: [feature] Database Handlers - by mladoux - 03-13-2019, 07:45 AM
RE: [feature] Database Handlers - by kilishan - 03-13-2019, 11:08 AM
RE: [feature] Database Handlers - by donpwinston - 03-13-2019, 10:18 AM
RE: [feature] Database Handlers - by ealegria - 06-13-2019, 12:20 PM
RE: [feature] Database Handlers - by dave friend - 06-14-2019, 10:34 PM
RE: [feature] Database Handlers - by pstef - 09-22-2019, 12:25 PM
RE: [feature] Database Handlers - by dave friend - 09-23-2019, 06:04 PM
RE: [feature] Database Handlers - by includebeer - 09-25-2019, 10:05 AM
RE: [feature] Database Handlers - by dave friend - 09-25-2019, 07:18 PM
RE: [feature] Database Handlers - by includebeer - 09-26-2019, 10:31 AM
RE: [feature] Database Handlers - by mladoux - 10-04-2019, 12:14 PM
RE: [feature] Database Handlers - by Digital_Wolf - 09-26-2019, 11:37 AM
RE: [feature] Database Handlers - by ciadmin - 09-26-2019, 12:29 PM
RE: [feature] Database Handlers - by maszgalang - 11-08-2019, 05:28 AM
RE: [feature] Database Handlers - by ytetsuro - 01-14-2020, 12:57 AM
RE: [feature] Database Handlers - by MGatner - 01-19-2020, 12:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB