I get this:
Notice: Undefined property: Zend_Db_Adapter_Pdo_Sqlite::$_pdoType in D:\web\localhost\indsigt\private\lib\ZendFramework-0.1.3-trunk\Zend\Db\Adapter\Pdo\Abstract.php on line 79
Notice: Undefined property: Zend_Db_Adapter_Pdo_Sqlite::$_pdoType in D:\web\localhost\indsigt\private\lib\ZendFramework-0.1.3-trunk\Zend\Db\Adapter\Pdo\Abstract.php on line 80
=> The driver is noget currently installed
When trying to do this:
$params = array ('dbname' => './private/app/sql/core.db');
$db = Zend_Db::factory('pdoSqlite', $params);
Zend_Db_Table::setDefaultAdapter($db);
class RoundTable extends Zend_Db_Table {}
$table = new RoundTable();
If the SQLite extension is not available to your local copy of PHP, then it should throw an error.