Giter VIP home page Giter VIP logo

iss_codeigniter's Introduction

ISS_CodeIgniter

ISS_CodeIgniter is a project developed with CodeIgniter 3.1.6 and JSON, using the Open Notify, integrating the framework Bootstrap 3.37 for HTML, CSS, JS.

Added files,folders

-www
 |-ISS_CodeIgniter
	|-application
		|-config
			\-config.php
		|-controllers
			\-IssController.php
			\-SiteController.php
		|-views
			|-iss
				\-headers.php
				\-index.php
			|-site
				\-headers.php
				\-index.php
	|-assets
		|-brand
		|-css
		|-flash
		|-fonts
		|-img
		|-js

application/config/config.php

In the file config.php the directive was changed $config['base_url'] = ''; by $config['base_url'] ='http://localhost/ISS_CodeIgniter';

$config['base_url'] = 'http://localhost/ISS_CodeIgniter';

assets

This folder contains the Bootstrap framework (brand, css, flash, fonts, img, js), just unzip the package from the official Bootstrap site inside the folder assets

application/views/site/index.php

This file contains variables that must be initialized, such as $llaveGoogle, this must have the key generated by google for the use of the google maps API.

/**  aca devbes colocar tu llave generada por google para el map **/
$llaveGoogle='';

$llaveGoogle is used in the script

<script async defer
    src="https://maps.googleapis.com/maps/api/js?key=<?= $llaveGoogle; ?> &callback=initMap">
</script>

iss_codeigniter's People

Contributors

ibrito avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.