Skip to content

lugui20/php-dbinterface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP

php-dbinterface

Pure PHP DB Connector and Interface using PDO

This is a pure PHP DB Connector example that works with PDO and manage transactions

  • You need to install module:

    extension=pdo_pgsql (For use with PostGreSql)

  • For other DBs, find proper extension, for example extension=pdo_mysql (For use with MySql) and alter $pdo_conn_string

About

Pure PHP DB Connector and Interface using PDO

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages