Haplous Framework 

Haplous Framework Git Source Tree


Root/system/engine/status.php

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
 
namespace system\engine;
 
class HF_Status extends HF_Controller
{
 
    public function Status404()
    {
        echo "Page not found!";
    }
 
    public function Status500()
    {
        echo "System error";
    }
}

Archive Download this file

Branches

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