[Solar-talk] Sample Solar.config.php patch
Travis Swicegood
development at domain51.com
Sat Sep 30 17:34:49 PDT 2006
Found this while playing with Solar this evening... :-)
Index: docs/Solar.config.php
===================================================================
--- docs/Solar.config.php (revision 1867)
+++ docs/Solar.config.php (working copy)
@@ -43,7 +43,7 @@
* Default database connection.
*/
$config['Solar_Sql'] = array(
- 'adapter' => 'Solar_Sql_adapter_Sqlite',
+ 'adapter' => 'Solar_Sql_Adapter_Sqlite',
'config' => array(
'file' => "$docroot/solar.sqlite",
'mode' => '0666',
More information about the solar-talk
mailing list