PHP Classes

File: examples/annonce/config.php

Recommend this page to a friend!
  Classes of Juraj Puchký   Clear Framework   examples/annonce/config.php   Download  
File: examples/annonce/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Clear Framework
General purpose Web application framework
Author: By
Last change:
Date: 7 years ago
Size: 260 bytes
 

Contents

Class file image Download
<?php

define
('DB_HOST','localhost');
define('DB_USER','');
define('DB_TABLE_PREFIX','');
define('DB_PASSWORD','');
define('DB_NAME','');
define('ADMIN_EMAIL','');
define('URL_BASE','');
define('MEMCACHED_SERVER','localhost');
define('MEMCACHED_PORT','11211');