Skip to content

SrJoosh/Simple-PHP-Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple-PHP-Lib

Efficient library for PHP to simplify development.

Usage: MySQL.class.php

First include the class using include_once('MySQL.class.php');
Next save a variable creating a new class passing database details you can then pass a query to it and it will return you the result:

  • $connection = new MySQL($host, $port, $user, $pass, $database);
  • $connection->query("QUERY HERE e.g. SELECT * From Users");

About

Efficient library for PHP to simplify development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages