Skip to content

Instantly share code, notes, and snippets.

@nannubest
nannubest / sqlite.php
Created May 29, 2011 23:29
SQLite3 Class for PHP
<?php
/*
* SQLite3 Class
* based on the code of miquelcamps
* @see http://7devs.com/code/view.php?id=67
*/
class DB{
private $sqlite;