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 : 170 BASE/index.php : 9 0.00155 - 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 : 65 APP/controller/tools/source.php : 75 CORE/core/controller.php : 89 CORE/core/controller.php : 70 CORE/core.php : 170 BASE/index.php : 9 0.00181 - Loading view "view/page.html" UltraLight Showcase

Source for controller:ajax

<?php
namespace App\Controller;
/**
 * Simple index page, with some buttons for show.
 *
 * See the source of ajax/example and ajax/error for the actual ajax actions.
 */
class Ajax extends \App\Controller\Index
{
    protected function 
_run()
    {
        return 
$this->_output('Ajax Example'$this->_show('page/ajax'));
    }
}
CORE/core.php : 185 BASE/index.php : 9 0.00191 - Loaded classes array (14) ( 'Show' => array (2) ( 'file' => "CORE/show.php", 'time' => 0.00018, ), 'Config' => array (2) ( 'file' => "CORE/config.php", 'time' => 0.0002, ), 'Core\Cache' => array (2) ( 'file' => "CORE/core/cache.php", 'time' => 0.00026, ), 'Core\Cache\File' => array (2) ( 'file' => "CORE/core/cache/file.php", 'time' => 0.00026, ), 'Core\Arrays' => array (2) ( 'file' => "CORE/core/arrays.php", 'time' => 0.00043, ), 'Request' => array (2) ( 'file' => "CORE/request.php", 'time' => 0.00078, ), 'Sanitize' => array (2) ( 'file' => "CORE/sanitize.php", 'time' => 0.00081, ), 'Core\Controller' => array (2) ( 'file' => "CORE/core/controller.php", 'time' => 0.00088, ), 'App\Controller\Index' => array (2) ( 'file' => "APP/controller/index.php", 'time' => 0.00088, ), '\App\Controller\Tools\Source' => array (2) ( 'file' => "APP/controller/tools/source.php", 'time' => 0.00088, ), 'Core\View' => array (2) ( 'file' => "CORE/core/view.php", 'time' => 0.00092, ), 'App\Library\Sourcelist' => array (2) ( 'file' => "APP/library/sourcelist.php", 'time' => 0.00148, ), 'Core\Format\Variable' => array (2) ( 'file' => "CORE/core/format/variable.php", 'time' => 0.00165, ), 'Core\Bootstrap\Navbar' => array (2) ( 'file' => "CORE/core/bootstrap/navbar.php", 'time' => 0.00177, ), ) CORE/core.php : 186 BASE/index.php : 9 0.00299 - Debug "Done."