PHP Classes

File: src/PDM/Config/PdoSqlite.config.php

Recommend this page to a friend!
  Classes of Mohamed Elbahja   The PDM   src/PDM/Config/PdoSqlite.config.php   Download  
File: src/PDM/Config/PdoSqlite.config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: The PDM
Run queries and manage tables with PDO or MySQLi
Author: By
Last change:
Date: 7 years ago
Size: 266 bytes
 

Contents

Class file image Download
<?php defined('PDM_CONFIG_DIR') || exit;

return array
(
 
'type' => 'pdo:sqlite',
 
'info' => array
  (
    
'host' => NULL,
   
'name' => 'path/to/sqlite.sq3',
   
'user' => NULL,
   
'pwd' => NULL,
  ),
 
'prefix' => 'prefix_',
 
'charset' => NULL,
);