Skip to content

v1.0.0

Choose a tag to compare

@ISTPdev ISTPdev released this 08 Apr 15:27

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)