2017 © Pedro Peláez
 

library tsfw-db

PHP library which extends PDO

image

timesplinter/tsfw-db

PHP library which extends PDO

  • Wednesday, March 4, 2015
  • by TiMESPLiNTER
  • Repository
  • 0 Watchers
  • 0 Stars
  • 307 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

tsfw-db

A very easy to use database library which extends PDO with some nice and straight-ahead functions., (*1)

Example

$dbConnect = new DBConnect('localhost', 'my_db', 'my_db_user', 'secret');
$db = new DBMySQL($dbConnect);

$stmnt = $db->prepare("SELECT ID, name, email FROM user WHERE email LIKE ?");
$users = $db->select($stmnt, array('%@example.com%'));

foreach($users as $user) {
    echo $user->ID , ', ' , $user->name , '(' , $user->email , ')<br>';
}

The Versions

04/03 2015

dev-master

9999999-dev http://github.com/TiMESPLiNTER/tsfw-db

PHP library which extends PDO

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

php mysql db

04/03 2015

v1.0.3

1.0.3.0 http://github.com/TiMESPLiNTER/tsfw-db

PHP library which extends PDO

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

php mysql db

02/03 2015

v1.0.2

1.0.2.0 http://github.com/TiMESPLiNTER/tsfw-db

PHP library which extends PDO

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

php mysql db

02/03 2015

v1.0.1

1.0.1.0 http://github.com/TiMESPLiNTER/tsfw-db

PHP library which extends PDO

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

php mysql db

02/03 2015

v1.0.0

1.0.0.0 http://github.com/TiMESPLiNTER/tsfw-db

PHP library which extends PDO

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

php mysql db