Skip to content

Instantly share code, notes, and snippets.

View tik9's full-sized avatar
💭
Working on an API

Timo Körn tik9

💭
Working on an API
View GitHub Profile
@tik9
tik9 / gist:7210676
Last active December 26, 2015 20:39
Homepage made of js, model, view and controller (model used seldom at the moment)
// controller
<?php
class Homepage extends CI_Controller {
public function __construct() {
parent::__construct();
$this->load->model('Homepage_Model');
// t.b.done Country Selection: 1. Geo-Locator, 2. User