PHP Classes

File: classesBanco/config.php

Recommend this page to a friend!
  Classes of Marcelo Telles   CRUD Usuarios   classesBanco/config.php   Download  
File: classesBanco/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: CRUD Usuarios
Manage user records stored in a database using PDO
Author: By
Last change:
Date: 5 years ago
Size: 139 bytes
 

Contents

Class file image Download
<?php

define
('HOST', 'localhost');
define('USER', 'root');
define('PASS', 'pass');
define('BASE', 'test');
define('PORT', '3306');