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
v0.0.2
2021-09-13 20:40 UTC
Requires
- php: >=5.3.0
- ext-pdo: *
This package is auto-updated.
Last update: 2025-01-14 04:20:28 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