Skip to content

This is a simple database wrapper built in PHP. I've written it while I was learning how to code, it works but it may be faulty, thus I advise you not to use it in a real project. I am using it to learn how to apply OOP principles in my coding and nothing else. I'm not sure if someone will ever find this repo, but if you do, all your advices are…

Notifications You must be signed in to change notification settings

cosmin-ionut/gci_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gci_wrapper

This wrapper was built for PDO, so you will need the PDO extensions if you wanna use it. It also comes with two database conenctions: one for mysql and the other one for oracle. There are no security measures against SQL Injection, except for what PDO's prepared statements provide.

About

This is a simple database wrapper built in PHP. I've written it while I was learning how to code, it works but it may be faulty, thus I advise you not to use it in a real project. I am using it to learn how to apply OOP principles in my coding and nothing else. I'm not sure if someone will ever find this repo, but if you do, all your advices are…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages