'"UTF-8"', 'locking_mode' => 'NORMAL', ); // The SQLite3 class is available in PHP 5.3 and newer if($databaseConfig['type'] == 'SQLitePDODatabase' || !class_exists('SQLite3')) { $databaseConfig['type'] = 'SQLitePDODatabase'; } else { $databaseConfig['type'] = 'SQLite3Database'; } }