PHP Classes

File: constantes.php

Recommend this page to a friend!
  Classes of Lionel F. Lebeau   PHP Shortest Path Algorithm   constantes.php   Download  
File: constantes.php
Role: Configuration script
Content type: text/plain
Description: Defines constantes
Class: PHP Shortest Path Algorithm
Compute the shortest route between two points
Author: By
Last change:
Date: 7 years ago
Size: 272 bytes
 

Contents

Class file image Download
<?php
/*
 * Replace at least HOST, USERNAME, PASSWORD and DBNAME with your own datas
 */
define("HOST", 'the host');
define("USERNAME", 'username');
define("PASSWORD", 'password');
define("DBNAME", 'db name');
define("DEBUG",false);
define("DIST",1);
define("TEMPS",2);
?>