A new release of the class: Simple Power SQLite Class.
Add methods:
selectRows();
setWaitingTime()
turboMode()
optimizeDatabase()
addFunction()
alterTable()
getTableInfo()
getColsType()
encodeBinary()
decodeBinary()
_colsTypeCombine()
_createColsQuery()
_filterName()
_filterTrim()
_filterType()
_setColsType()
_setTableInfo()
_setType()
Modification:
$_type is SQLITE_BOTH to default
add the parameter $_rememberType to constructor
add the method _setType() to select a type
SPSQLite class:
Class in PHP for easy SQLite operation.
With SPSQLite Class you can create database,
to connect to a database sqlite,to send query,
to make simple transactions, all with one simple PHP Class.
Class tested with PHP 4.3.3 and PHP 5.0.0
(this class depend of SQLite extension in PHP 4.3.3)