You only need to configure your config/database.php, as follows:
var $default = array(
'driver' => 'sqlite',
'database' => 'path/to/sqlite/file.db'
);
If the file is relative to your app path, you may need to declare the
constructor in the DATABASE_CONFIG class and use the path constants.
On Feb 24, 7:26 pm, Yocto <[EMAIL PROTECTED]> wrote:
> Where can I find a simple demo using SQLite?
>
> Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---