PHP Classes

File: examples/example1/config.config.php

Recommend this page to a friend!
  Classes of Jorge Castro   PDO One ORM   examples/example1/config.config.php   Download  
File: examples/example1/config.config.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: 237 bytes
 

Contents

Class file image Download
<?php http_response_code(404); die(1); // eftec/CliOne(1.24) configuration file (date gen: 2023-03-11 11:08)?>
{
    "databaseType": "mysql",
    "server": "127.0.0.1",
    "user": "root",
    "pwd": "abc.123",
    "database": "sakila"
}