PHP Classes

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

Recommend this page to a friend!
  Classes of Mohamed Elbahja   The PDM   src/PDM/Config/PdoMysql.config.php   Download  
File: src/PDM/Config/PdoMysql.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: 255 bytes
 

Contents

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

return array
(
 
'type' => 'pdo',
 
'info' => array
  (
     
'host' => 'localhost',
   
'name' => 'Dbname',
   
'user' => 'root',
   
'pwd' => '',
  ),
 
'prefix' => 'prefix_',
 
'charset' => 'utf8mb4',
);