mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
18 lines
751 B
Markdown
18 lines
751 B
Markdown
|
# 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.
|
||
|
|