CORE/core/view.php : 237 CORE/core/view.php : 196 CORE/core/controller.php : 120 APP/controller/tools/source.php : 75 CORE/core/controller.php : 89 CORE/core/controller.php : 70 CORE/core.php : 172 BASE/index.php : 9 0.00289 - Loading view "view/page/source.html" CORE/core/view.php : 237 CORE/core/view.php : 196 CORE/core/controller.php : 120 APP/controller/index.php : 55 APP/controller/tools/source.php : 73 CORE/core/controller.php : 89 CORE/core/controller.php : 70 CORE/core.php : 172 BASE/index.php : 9 0.0032 - Loading view "view/page.html" UltraLight Showcase

Source for controller:ajax/error

<?php namespace App\Controller\Ajax;
/**
 * Simple Ajax example, automatically outputs JSON with exceptions.
 */
class Error extends \Core\Controller\Ajax
{

    protected function _run()
    {
        //We pause one quarter of a second on purpose, otherwise it's too fast.
        usleep(250000);
        throw new \Exception("Oh no! You clicked the other button!");
    }
}
CORE/core.php : 187 BASE/index.php : 9 0.0033 - Loaded classes array (14) ( 'Show' => array (2) ( 'file' => "CORE/show.php", 'time' => 0.00017, ), 'Config' => array (2) ( 'file' => "CORE/config.php", 'time' => 0.00018, ), 'Core\Cache' => array (2) ( 'file' => "CORE/core/cache.php", 'time' => 0.00023, ), 'Core\Cache\File' => array (2) ( 'file' => "CORE/core/cache/file.php", 'time' => 0.00023, ), 'Core\Arrays' => array (2) ( 'file' => "CORE/core/arrays.php", 'time' => 0.00045, ), 'Request' => array (2) ( 'file' => "CORE/request.php", 'time' => 0.00068, ), 'Sanitize' => array (2) ( 'file' => "CORE/sanitize.php", 'time' => 0.0007, ), 'Core\Controller' => array (2) ( 'file' => "CORE/core/controller.php", 'time' => 0.00079, ), 'App\Controller\Index' => array (2) ( 'file' => "APP/controller/index.php", 'time' => 0.00079, ), '\App\Controller\Tools\Source' => array (2) ( 'file' => "APP/controller/tools/source.php", 'time' => 0.00079, ), 'Core\View' => array (2) ( 'file' => "CORE/core/view.php", 'time' => 0.00082, ), 'App\Library\Sourcelist' => array (2) ( 'file' => "APP/library/sourcelist.php", 'time' => 0.00222, ), 'Core\Format\Variable' => array (2) ( 'file' => "CORE/core/format/variable.php", 'time' => 0.003, ), 'Core\Bootstrap\Navbar' => array (2) ( 'file' => "CORE/core/bootstrap/navbar.php", 'time' => 0.00315, ), ) CORE/core.php : 188 BASE/index.php : 9 0.00426 - Debug "Done."