PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   Leaflet PHP MySQL Map   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Leaflet PHP MySQL Map
Manage a Leaflet based map with locations in MySQL
Author: By
Last change:
Date: 7 years ago
Size: 122 bytes
 

Contents

Class file image Download
<?php


return [
   
"db" => [
       
"server" => "localhost",
       
"dbname" => "leaflet",
       
"user" => "root",
       
"pass" => "",
    ],
];