Innovation Award
 June 2005
Number 6 |
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.
Manuel Lemos |
The class implements a User Defined Function (UDF) that adds full text search SQL commands to SQLite.
This User Defined Function allows to execute a simple full text search queries against the text fields of SQLite database tables.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

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