diff options
author | Sjoerd Maessen <info@shuto.nl> | 2015-06-02 10:25:53 +0200 |
---|---|---|
committer | Sjoerd Maessen <info@shuto.nl> | 2015-06-02 10:25:53 +0200 |
commit | 0d1215066e39adf1ea0349bee0d20977d8c50978 (patch) | |
tree | d10bcf4c3bf426c54900326f64aac8a1f0d3b038 /README.md | |
download | php-mysql-mysqli-wrapper-0d1215066e39adf1ea0349bee0d20977d8c50978.zip php-mysql-mysqli-wrapper-0d1215066e39adf1ea0349bee0d20977d8c50978.tar.gz php-mysql-mysqli-wrapper-0d1215066e39adf1ea0349bee0d20977d8c50978.tar.bz2 |
Initial import
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..23304ca --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +MySQL wrapper for MySQLi +======================== + +This collection of MySQL functions is trying to be a drop in replacement for the native PHP MySQL extension. + +The return values of the MySQL functions are aimed to behave the same way as the native MySQL functions. +For example the function mysql_fetch_assoc will use MySQLi method fetch_assoc but instead of returning null in case there +are no more rows in the resultset it will return false just like the behaviour of mysql_fetch_assoc.
\ No newline at end of file |