Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

[zf3] PDO instead of zend-db in components like validator, authentication . #7221

Open
harikt opened this issue Feb 15, 2015 · 2 comments
Open
Milestone

Comments

@harikt
Copy link
Contributor

harikt commented Feb 15, 2015

Hi,

I had a look, but didn't noticed any in a quick search if someone reported the same issue.

It will be good, if we can rely on pdo when ever it is possible. So we don't want to write a db table authentication, but instead write a pdo one, and any user can pass the pdo instance than writing another class which uses pdo if they are not using zend-db .

This will help even passing the pdo instance from zend-db, doctrine or even from aura.

Thank you

@froschdesign
Copy link
Member

…and you can never use MySQLi.

@RalfEggert
Copy link
Contributor

Should be marked for ZF3 milestone, shouldn't it?

@adamlundrigan adamlundrigan added this to the 3.0.0 milestone Nov 6, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants