jinraynor1/dbwrapper

There is no license information available for the latest version (v0.0.2) of this package.

pdo wrapper fork of pdo wrapper from Neeraj Singh

Installs: 71

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 19

pkg:composer/jinraynor1/dbwrapper

v0.0.2 2021-09-13 20:40 UTC

This package is auto-updated.

Last update: 2025-10-14 06:00:48 UTC


README

PHP PDO Class Wrapper

[A Wrapper Class of PDO]
*Version 1.2 (Beta)*

This is a fork from neerajsinghsonu/PDO_Class_Wrapper, please see the original: https://github.com/neerajsinghsonu/PDO_Class_Wrapper

The class was change to fit my custom needs somes changes are:

  • Added setter to property paValidOperation to admit more operators other than 'SELECT', 'INSERT', 'UPDATE', 'DELETE'
  • Changed constructor to pass dns as string, user, password and custom attrs as array
  • Remove duplicated block for binded params on method pdoQuery
  • Removed die statement when error instead exception is triggered on PDOHelper