Skip to content

Small library that makes the general CRUD tasks even quicker to get done when you have no PDO support

Notifications You must be signed in to change notification settings

ChrisBuchholz/MySQLIQuickn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

MySQLIQuickn

Small library that makes using MySQLI even quicker to get done for the generel CRUD tasks that you use again, and again and again...

Written solely for the purpose of use for my PHP assignments in school.

Usage

Should be quite self-explanatory. Only requirements is of five defined constants which are:

  • MYSQL_HOST
  • MYSQL_USER
  • MYSQL_PASSWORD
  • MYSQL_DATABASE
  • MYSQL_CHARSET

About

Small library that makes the general CRUD tasks even quicker to get done when you have no PDO support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages