PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of Joseluis Laso   jlaso PHP tools   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: config sample
Class: jlaso PHP tools
General purpose collection of PHP classes
Author: By
Last change: Update of config.php
Date: 2 months ago
Size: 258 bytes
 

Contents

Class file image Download
<?php

// constants for DbTools class
define("DB_HOST", "127.0.0.1");
define("DB_USER", "root");
define("DB_PASSWORD", "root");
define("DB_NAME", "test");

// constants for Session class
define("APP_COOKIE_EXPIRA", 1); // days to expire cookie of remember me