-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathindex.php
executable file
·49 lines (46 loc) · 1.57 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?php
/**
* Uinsu Web Framework
* Small, Fast, & Secure Web Framework
* Based on PHP
* Special thanks to
* Bapak Sandhika Galih (Web Programming Unpas)
*
* Thanks for support
* Muhammad Ikhsan, ST. M.Kom (Pembina Haxors Programming Club)
* Muhammad Furqan, S.Si, Sc, M.Comp (Ketua Prodi Ilmu Komputer UINSU)
* All lecturer of program study Computer Science, UINSU
*
* @package Uinsu Web Framework
* @author Haxors Programming Club (Club Pemrogramman Uinsu)
* @link http://haxors.or.id
* @since Version 3.5 (stable)
*
* The MVC schema for this framework
* props -> core
* route -> controller
* bind -> view
* state -> model
*
* hh hh aaaaaaaaaa xx xx oooooooooo rrrrr sssssssssss
* hh hh aa aa xx xx oo oo rr rrr ss
* hh hh aa aa xx xx oo oo rr rrr ss
* hhhhhhhhh aaaaaaaaaa xxxx oo oo rr rrr ss
* hhhhhhhhh aaaaaaaaaa xxxx oo oo rrrrr sssssssssss
* hh hh aa aa xx xx oo oo rr rr ss
* hh hh aa aa xx xx oo oo rr rr ss
* hh hh aa aa xx xx oooooooooo rr rrr ssssssssssss
*
* ------------------ SPIRIT OF COLLABORATIVE, NEVER STOP CODING ----------------------
*/
function __construct(){
$getSelfData = [];
}
/**
* Call all function with init.php file
*/
require_once 'engine/init.php';
/**
* Instance new props to global & stack the function
*/
$props = new Props;