]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - includes/ezSQL/README.md
Fix i make it quick
[Github/YOURLS.git] / includes / ezSQL / README.md
1 # ezSQL
2
3 > -===================================================  
4 > Author: Justin Vincent - http://justinvincent.com/ezsql  
5 > Name: ezSQL  
6 > Desc: Class to make it very easy to deal with database connections.  
7 > License: FREE / Donation (LGPL - You may do what you like with ezSQL - no exceptions.)  
8 > -===================================================  
9
10 Source code: https://github.com/jv2222/ezSQL
11
12 # ezSQL - YOURLS implementation
13
14 * The original ezSQL files (`ez_sql_[core|mysql|mysqli|pdo].php`) are unmodified  to make updating easy when (if) the original classes are updated.
15 * The YOURLS modifications live in their own files (`ez_sql_*_yourls.php`).
16 * Each `ez_sql_stuff.php` must have a corresponding `ez_sql_stuff_yourls_php` file.
17