Skip to content
This repository was archived by the owner on Jul 3, 2021. It is now read-only.

profclems/php-pdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

PHP PDO MySQL Class

FOSSA Status

PHP PDO MySQL Class: Access MySQL databases using PDOCustom PHP PDO Class

This class is a wrapper to access MySQL databases using PDO.

It can connect to a given MySQL server using PDO and then can perform several types of database access operations. Currently it can:

  • Perform arbitrary SQL queries
  • Bind parameter values of prepared queries
  • Retrieve all rows of query results into an array
  • Retrieve a single row of query results into an array
  • Retrieve the ID value of the last recorded inserted into a table
  • Begin, end and cancel a transaction

License

FOSSA Status

About

PHP PDO MySQL Class: Access MySQL databases using PHP PDO Wrapper Class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages