This simple class handles preparing statements in SQLite for you. To make usage of sqlite easier
Just include the file and start using it with $sqlite = new SimplySQLite('path/to/database.db', 'table-to-manipulate', 'unique-field');
The Unique Field defaults to 'id'.