You just need to setup your Config/database.php to use Sqlite:
For a file based database:
public $default = array(
'datasource' => 'Database/Sqlite',
'database' => '/path/to/database_file'
);
Or an in-memory database:
public $default = array(
'datasource' => 'Database/Sqlite',
'database' => ':memory:'
);
--
Our newest site for the community: CakePHP Video Tutorials
http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others
with their CakePHP related questions.
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php