Found 72 repositories(showing 30)
nikic
Very simple and secure PDO wrapper class
noncent
A Class for PDO Wrapper
GrumpyCrouton
A simple PHP class wrapper for PDO.
jlake
A PDO wrapper class
rawsrc
A PHP single class PDO Wrapper : PDO++ (alias PPP) - CRUD - SP - BIGINT natively compatible
AndrewChamp
Create, Read, Update, Delete wrapper for MySQL. Simple, easy to use class using PDO for simplifing redundant MySQL connections and methods.
migliori
PHP PDO wrapper class
profclems
PHP PDO MySQL Class: Access MySQL databases using PHP PDO Wrapper Class
lonalore
A minimal extension for PHP's PDO class designed to make running SQL statements easier.
fulldecent
A minimal wrapper for PHP's PDO class to make database access easier
simple PDO wrapper class
applqpak
Easy-to-use PDO/SQLite wrapper class
development repository; part of CEAMMC PureData library
oxcakmak
Wrapper for a PHP PDO class, which utilizes PDO and prepared statements.
phppackage
Yet another PDO wrapper which extends the PDO class and adds some additional suger.
codegooglecom
Automatically exported from code.google.com/p/php-pdo-wrapper-class
irmorteza
Mysql PDO Entity Repository provides wrapper classes that make dealing with the table fields easier.
hackerpro536
PDO Class Wrapper is a wrapper class of PDO (PHP Data Object) library. As we know that in any web application, database makes an important role for developer to create a good dynamic web application. We can use different database drivers to make web more and more interactive and dynamic. But in any web project we also know that Security is a big part and concern for developers. Every developer wants to keep user's data very safe. Hence, we use much built-in functionality in PHP to prevent unauthorized access for database e.g. mysql_real_escape_string (), addslashes () etc. But some time it's very difficult to manage big application with big chunk of code. So PHP improves MySQL to MySQLi (MySQL Improved). According to php.net The MySQLi extension has a number of benefits, the key enhancements over the MySQL extension being:Object-oriented interface
rexymay
Simple MySQL PDO Wrapper Class
inkysplat
Just a PHP PDO Wrapper Class
KEIII
Provides wrapper of PHP PDO class.
thalissondev-xx
php class database CRUD and Wrapper using PDO
circlecreative
Open Source PHP Database Driver (PDO Class Wrapper)
BennyThadikaran
[ARCHIVED} A PDO wrapper class for running database queries.
turbopixel
A simple php pdo database wrapper class with some helpers.
ladmerc
A custom PDO Class that acts as an object wrapper
NestboxPHP
A PHP Data Objects (PDO) wrapper class for databases manipulations.
depage
depage-db is a small wrapper around the pdo object which allows late/on demand initializition of the database connection. The Schema Class allows easy updates of SQL Schemata in Mysql-Databases.
essamsaber
No description available
vaidyamanishjoshi
PDO Wrapper Class For More Easy Coding