https://github.com/butterscotchstallion/barf-log
Simple CRUD example in PHP
https://github.com/butterscotchstallion/barf-log
Last synced: 3 months ago
JSON representation
Simple CRUD example in PHP
- Host: GitHub
- URL: https://github.com/butterscotchstallion/barf-log
- Owner: butterscotchstallion
- Created: 2011-04-17T02:00:50.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-17T02:26:05.000Z (about 14 years ago)
- Last Synced: 2025-01-11T06:28:20.916Z (4 months ago)
- Homepage: http://prgmrbill.com/2011/04/introduction-pdo/
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is from a post on my website - http://prgmrbill.com/2011/04/introduction-pdo/
This is a simple example on the basics of using PDO with PHP. PHPUnit tests are included.