https://github.com/wilfredpine/php-mysql-oop
An enhanced object-oriented programming approach using PHP in web development. It includes PDO class for database and query builder, validation class, and other useful functions. See prerequisites, php-native, php-OOP
https://github.com/wilfredpine/php-mysql-oop
object-oriented-programming oop pdo pdo-mysql php
Last synced: 8 months ago
JSON representation
An enhanced object-oriented programming approach using PHP in web development. It includes PDO class for database and query builder, validation class, and other useful functions. See prerequisites, php-native, php-OOP
- Host: GitHub
- URL: https://github.com/wilfredpine/php-mysql-oop
- Owner: wilfredpine
- License: mit
- Created: 2021-12-16T03:13:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T10:36:01.000Z (about 3 years ago)
- Last Synced: 2025-04-20T01:42:30.416Z (about 1 year ago)
- Topics: object-oriented-programming, oop, pdo, pdo-mysql, php
- Homepage: https://github.com/wilfredpine/pigleth
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [PHP-MySQL-OOP](https://github.com/wilfredpine/pigleth)
- an enhanced sample application using Object-Oriented Programming
#Sample Project
- https://github.com/wilfredpine/pigleth
### Included:
- libraries
- helpers
- query builder
### Prerequisites
- Vanilla-PHP -> https://github.com/wilfredpine/Vanilla-PHP
- Basic PHP OOP -> https://github.com/wilfredpine/PHP-OOP
- PHP Database -> https://phpdelusions.net/
##