Databases: Sqlitei Andrea Giammarchi (contact me)
This class can provide an interface to access SQLite databases that is similar to mysqli interface.
It emulate the following mysqli features:
- prepare to setup prepared or direct queries
- bind_param to automatically parse given ? placeholders
- bind_result to chose the name of the variables that will be initialized with values returned by queries
- execute to execute prepared or direct queries )
- close to free a result set or close database connection