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
- Host: GitHub
- URL: https://github.com/belchenkov/pdo_php
- Owner: Belchenkov
- Created: 2017-10-06T05:38:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T05:39:27.000Z (over 8 years ago)
- Last Synced: 2025-01-05T07:23:57.032Z (about 1 year ago)
- Language: PHP
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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