Haplous Framework 

Haplous Framework Git Source Tree


Root/index.php

1
2
3
4
5
6
7
8
9
10
11
<?php
 
foreach (glob("system/vendor/*.php") as $filename)
{
    include $filename;
}
 
require('system/engine/core.php');
 
$core = new HF_Core();
$core->run();

Archive Download this file

Branches

Number of commits:
Page rendered in 0.20168s using 11 queries.