Skip to content

Latest commit

 

History

History
18 lines (7 loc) · 479 Bytes

File metadata and controls

18 lines (7 loc) · 479 Bytes

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