|
|
| Name: |
Sqlitei |
| Base name: |
sqlitei |
| Description: |
mysqli like database access wrapper for SQLite |
| Related classes: |
BIND |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
318 users |
| All time rank: |
5594 |
| Week users: |
1 user |
| Week rank: |
2417 |
| |
|
 |
|
Innovation award
 Nominee: 5x |
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
| Not yet rated by the users |
| |
Applications that use this class |
|
|
| Link |
Description |
| devpro.it |
Andrea Giammarchi codes resource |

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|