PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of António Lira Fernandes   PHP Routes   config.php   Download  
File: config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Routes
Route HTTP requests to controller classes
Author: By
Last change:
Date: 8 months ago
Size: 220 bytes
 

Contents

Class file image Download
<?php

define
("_SERVER", 'localhost');
define("_BDUSER", 'USERNAME');
define("_BDPASS", 'PASSWORD');
define("_BD", 'DBNAME');

define("_CAMINHO_TEMPLATE", '../templates/base/');
define("_CAMINHO_ADM", '../admin/');

?>