1
0
mirror of https://github.com/kremalicious/krtmn.git synced 2024-06-29 00:57:58 +02:00
krtmn/includes/ezSQL
2016-04-13 22:02:46 +02:00
..
ez_sql_core_yourls.php update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
ez_sql_core.php update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
ez_sql_mysql_yourls.php update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
ez_sql_mysql.php update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
ez_sql_mysqli_yourls.php update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
ez_sql_mysqli.php update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
ez_sql_pdo_yourls.php update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
ez_sql_pdo.php update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00
README.md update core to YOURLS 1.7.1 2016-04-13 22:02:46 +02:00

ezSQL

-===================================================
Author: Justin Vincent - http://justinvincent.com/ezsql
Name: ezSQL
Desc: Class to make it very easy to deal with database connections.
License: FREE / Donation (LGPL - You may do what you like with ezSQL - no exceptions.)
-===================================================

Source code: https://github.com/jv2222/ezSQL

ezSQL - YOURLS implementation

  • The original ezSQL files (ez_sql_[core|mysql|mysqli|pdo].php) are unmodified to make updating easy when (if) the original classes are updated.
  • The YOURLS modifications live in their own files (ez_sql_*_yourls.php).
  • Each ez_sql_stuff.php must have a corresponding ez_sql_stuff_yourls_php file.