PHP Classes

Best PDO class to use with MySQL: Need to connect to a MySql DB and perform all standard queries

Recommend this page to a friend!
  All requests RSS feed  >  Best PDO class to use with MySQL  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

Best PDO class to use with MySQL

Edit

Picture of Luke Grenncastle by Luke Grenncastle - 9 years ago (2014-11-05)

Need to connect to a MySql DB and perform all standard queries

This request is clear and relevant.
This request is not clear or is not relevant.

+2

I need a PDO class to run queries on a MySql database.

I need to be able to run all standard queries such as update, insert, delete, add, get last inserted records, number of rows, etc..

Ask clarification

1 Recommendation

PDO Multi Connection Class: Access different types of SQL database using PDO

This recommendation solves the problem.
This recommendation does not solve the problem.

0

Picture of Manuel Lemos by Manuel Lemos Reputation 23325 - 9 years ago (2014-11-07) Comment

There are several MySQL PDO classes, some good ones.

This one has built-in support for setting the connection string for many types of databases including MySQL.

It supports executing queries with prepared parameters using the query_secure function.

The class can also execute common types of queries (INSERT, UPDATE, DELETE, etc..) from arrays of parameter values that define tables, fields, field values, conditions, etc..

The documentation file is actually a PHP script pdo_database.class_manual.php but it covers all the aspects of the class.


Recommend package
: 
: