Releases: Modularr/Database
Releases · Modularr/Database
v2.2.1
v2.2.0
v2.1.0
Update 2.1.0
- Updated Quoting function (backwards compatible)
- Wrote extensive Documentation about it
- Updated Functions:
- quote($string,$remove_quotes=false)
v2.0.0
v1.2.0
v1.1.0
v1.0.0
Initial Release
This is the first release.
What we have now:
- Composer Classmap Autoloading
- Readme, License and Composer files
- The initial Class with the following API
- connect($db='test',$pass='',$user='root',$host='localhost',$type='mysql')
- query($query, $params = array())
- fetch_object($query)
- fetch_safe_object($query)
- num_rows($query)