PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of António Lira Fernandes   Web Service PHP JSON   config.php   Download  
File: config.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Web Service PHP JSON
API example that stores information in JSON files
Author: By
Last change:
Date: 21 days ago
Size: 396 bytes
 

Contents

Class file image Download
<?php

define
("_URL", 'https://turma12r.alunos.esmonserrate.org/alf/carros/public');

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

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

define("_JSON_CARROS", "../json/dados.json");

?>