SQLite3 PDO Driver for CodeIdniter 0.03
Developed by Michail, listed in Database Management
SQLite3 PDO Driver for codeigniter will help you connect to SQLite3 database in codeigniter.
Installation:
- Create a directory / pdo in the directory / database / drivers, and copy there php-files from the archive.
- Create SQLite3 database and place it in a convenient directory. For example, I use the directory [APPPATH] / db, file call base.db (ie, the path to the file - / application / db / base.db)
- The file [APPPATH] / config / database.php make the following settings:
$ Db ['default'] ['hostname'] ='';
$ Db ['default'] ['username'] ='';
$ Db ['default'] ['password'] ='';
$ Db ['default'] ['database'] = 'sqlite:'. APPPATH. 'Db / base.db';
$ Db ['default'] ['dbdriver'] = 'pdo';
License type: Freeware
Date added: 2 years, 6 months 27 days ago | Last updated: 2 years, 5 months 17 days ago
More popular Database Management
- PhpMyAdmin 4.0.2-rc1 (9 hours ago)
- PHP QR Code 1.1.4 (2 years, 5 months 17 days ago)
- DaDaBIK 4.4 (11 months ago)
- PhpMyInventory 2.81 (2 years, 5 months 16 days ago)
- NuBuilder 2.8.1 (4 months 29 days ago)
Listing Files

pdo_result.php- 3.1 KB
- 01/01/2009 04:40:46

readme.txt- 1.5 KB
- 09/17/2010 00:23:04

pdo_driver.php- 16.1 KB
- 09/17/2010 00:19:53

