Ignore:
Timestamp:
Feb 26, 2010, 9:10:51 PM (14 years ago)
Author:
nikrou
Message:

Feature 1459 : add support for SQLite3 via PDO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/dblayer/dblayers.inc.php

    r4781 r4967  
    3434                            'function_available' => 'sqlite_open'
    3535                            );
     36
     37$dblayers['pdo-sqlite'] = array('engine' => 'PDO::SQLite',
     38                                'class_available' => 'PDO'
     39                                );
     40
    3641?>
Note: See TracChangeset for help on using the changeset viewer.