PHP Classes

File: examples/example2/phpconfig.php

Recommend this page to a friend!
  Classes of Jorge Castro   PDO One ORM   examples/example2/phpconfig.php   Download  
File: examples/example2/phpconfig.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PDO One ORM
Access SQL database tables as object using PDO
Author: By
Last change:
Date: 1 year ago
Size: 302 bytes
 

Contents

Class file image Download
<?php // eftec/CliOne(1.24) PHP configuration file (date gen: 2023-03-11 17:50). DO NOT EDIT THIS FILE
/**
 * it is the configuration of PdoOne
 */
$pdoOneConfig=[
   
'databaseType' => 'mysql',
   
'server' => '127.0.0.1',
   
'user' => 'root',
   
'pwd' => 'abc.123',
   
'database' => 'sakila',
];