It uses whatever you put in
resources.db.adapter =
in application.ini
I use mysqli. If you want PDO then use
resources.db.adapter = pdo_mysql
integral30 1 year ago
Does zend use PDO to access database?
GamerWho 1 year ago
@GamerWho it uses whatever you set in resources.db.adapter. The closer you get to native driver (mysqli) the better but if you need extra features, such as variable binding you can use PDO_MYSQL
integral30 2 months ago in playlist Uploaded videos
It uses whatever you put in
resources.db.adapter =
in application.ini
I use mysqli. If you want PDO then use
resources.db.adapter = pdo_mysql
integral30 1 year ago
Does zend use PDO to access database?
GamerWho 1 year ago
@GamerWho it uses whatever you set in resources.db.adapter. The closer you get to native driver (mysqli) the better but if you need extra features, such as variable binding you can use PDO_MYSQL
integral30 2 months ago in playlist Uploaded videos