PHP Classes

File: views/map/index.php

Recommend this page to a friend!
  Classes of harold rita   Codeigniter Google Map API   views/map/index.php   Download  
File: views/map/index.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Codeigniter Google Map API
Show map locations using Google Maps API
Author: By
Last change:
Date: 20 days ago
Size: 353 bytes
 

Contents

Class file image Download

/*
* Codeigniter Google Map API
* @ Developer: Daryl Ferrer Legion
* @ Email: [email protected]
* @ Github: github.com/whoami15
* @ Copyright (c) 2016-2017
* @ License GNU Public Release
*/


<head>
    <title>Codeigniter Google Map</title>
    <div id="js">
        <?php echo $map['js']; ?>
</div>
</head>

<body>
    <?php echo $map['html']; ?>
</body>