Skip to content

Instantly share code, notes, and snippets.

View knugrahadotid's full-sized avatar

Gordon knugrahadotid

  • Indonesia
View GitHub Profile
@knugrahadotid
knugrahadotid / sublime.txt
Created September 17, 2017 15:15
Sublime Text 3 build 3143 LICENSE
—– BEGIN LICENSE —–
TwitterInc
200 User License
EA7E-890007
1D77F72E 390CDD93 4DCBA022 FAF60790
61AA12C0 A37081C5 D0316412 4584D136
94D7F7D4 95BC8C1C 527DA828 560BB037
D1EDDD8C AE7B379F 50C9D69D B35179EF
2FE898C4 8E4277A8 555CE714 E1FB0E43
D5D52613 C3D12E98 BC49967F 7652EED2
/*
|--------------------------------------------------------------------------
| HMVC Modular
|--------------------------------------------------------------------------
|
| Modules location
*/
$config['modules_locations'] = array(
APPPATH . 'modules/' => '../modules/',
);
@knugrahadotid
knugrahadotid / Base.php
Last active November 25, 2017 01:49
Codeigniter
<?php (defined('BASEPATH')) OR exit('No direct script access allowed');
/* load MX core classes */
require_once dirname(__FILE__).'/Lang.php';
require_once dirname(__FILE__).'/Config.php';
/**
* Modular Extensions - HMVC
*
* Adapted from the CodeIgniter Core Classes