[sqlite] SQLite with PHP and Apache C Module

2008-03-28 Thread Sam Carleton
My web application is a mix of PHP code and an Apache C Module. Both access the same SQLite3 database. Because of this, I am using the shared version of the PHP SQLite library and the Apache C module is dynamically linking, as well. The Apache C module only connects to the database during an adm

[sqlite] SQLite with PHP

2007-11-24 Thread Cesar D. Rodas
Hello, This message is only for let know users that I've wrote a class for manage SQL database using the same interface. It supports: - Connect to a database given a connection string - Prepared queries - Caching query results in files - Binding variables to query result columns - Fetch whole res