Example #1
0
<?php

namespace Application;

use Application\Core\Router;
Router::home('My homepage');
Router::error(0x194, '404 - Page Not Found');
// Router::error(404, ..) would also work