https://github.com/edsonmsouza/php-pdoconnection
Usage PHP PDO library with a simple CRUD implementation.
https://github.com/edsonmsouza/php-pdoconnection
crud crud-sample pdo php
Last synced: 3 months ago
JSON representation
Usage PHP PDO library with a simple CRUD implementation.
- Host: GitHub
- URL: https://github.com/edsonmsouza/php-pdoconnection
- Owner: EdsonMSouza
- License: cc-by-sa-4.0
- Created: 2019-08-26T14:07:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-28T20:51:13.000Z (almost 4 years ago)
- Last Synced: 2025-02-27T17:44:31.467Z (4 months ago)
- Topics: crud, crud-sample, pdo, php
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP-PDOConnection
Example of usage PHP PDO library with a simple CRUD implementation```html
PHP 7.3.26 (cli) (built: Jan 5 2021 15:10:35) ( ZTS MSVC15 (Visual C++ 2017) x64
) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.26, Copyright (c)
1998-2018 Zend Technologies
```## How to use this content?
This content has _free license for use_ (CC BY-SA 4.0).
If you want, collaborate in this repository any improvements that have been made.### How to cite this content
```
De Souza, Edson Melo (2021, June 13). PHP-PDOConnection.
Available in: https://github.com/EdsonMSouza/PHP-PDOConnection
```Or BibTeX for LaTeX:
```latex
@misc{desouza2021phppdoconnection,
author = {De Souza, Edson Melo},
title = {PHP-PDOConnection Library Example},
url = {https://github.com/EdsonMSouza/PHP-PDOConnection},
year = {2021},
month = {June}
}
```## License
[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
This work is licensed under a
[Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg