An open API service indexing awesome lists of open source software.

https://github.com/belchenkov/pdo_php

Basics of PDO (PHP Data Objects) which is a secure and consistent way to connect to a database via PHP, connection, PDO::Query and CRUD operations through prepared statements
https://github.com/belchenkov/pdo_php

Last synced: 11 months ago
JSON representation

Basics of PDO (PHP Data Objects) which is a secure and consistent way to connect to a database via PHP, connection, PDO::Query and CRUD operations through prepared statements

Awesome Lists containing this project

README

          

# PDO_PHP

> Basics of PDO (PHP Data Objects) which is a secure and consistent way to connect to a database via PHP, connection, PDO::Query and CRUD operations through prepared statements