SQLite is a library that can be embedded in applications to make it work as a database management system.
PHP 5 comes with the SQLite library as a built-in extension. The current versions allow developers to write user defined functions (UDF) to implement new SQLite SQL commands that can be used immediately in any SQL queries.
This class takes advantages of this possibility to implement the necessary SQLite SQL commands to provide full text search support.