Does cakephp support SQLite? I'm getting the impression it does
however i've had no luck using it. my database.php is set up as
follows:

var $default = array('driver'=>'sqlite',
                             'connect'=>'sqlite_open',
                             'database'=>'test.db');

and i'm getting the following error:

Fatal error: Call to undefinded function sqlite_open() in /srv/test/
cake/libs/model/dbo/dbo_sqlite.php on line 102

any help would be greatly appreciated...


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to