CORE/core/view.php : 237 CORE/core/view.php : 196 CORE/core/controller.php : 120 APP/controller/index.php : 41 CORE/core/controller.php : 89 CORE/core/controller.php : 70 CORE/core.php : 170 BASE/index.php : 9 0.00173 - Loading view "view/page/features.html" CORE/core/view.php : 237 CORE/core/view.php : 196 CORE/core/controller.php : 120 APP/controller/index.php : 65 APP/controller/index.php : 41 CORE/core/controller.php : 89 CORE/core/controller.php : 70 CORE/core.php : 170 BASE/index.php : 9 0.00972 - Loading view "view/page.html" UltraLight Showcase

Features

This little site is to display some of the basic code functionality of UltraLight.

Formatted text example

This project is on GitHub!

UltraLight Core v 4.2

  • Better transforms!
  • Also renderers for links, tooltips and more!

UltraLight Core v 4.1

  • Support for BootStrap!

UltraLight Core v 4

  • Another refactor; namespaces and more structured core library.
  • Support for transformations.

Example of Transformations

  • ucfirst: Example|transform|text
  • upper: EXAMPLE|TRANSFORM|TEXT
  • lower: example|transform|text
  • random(changes every reload): transform
  • glitch(changes every reload): eXample|transform|text
  • number(changes every reload): -1497958: Minus one million four hundred ninety-seven thousand nine hundred fifty-eight.
  • custom: -->example|transform|text

UltraLight Core v 3

  • Refactor of all the logic, very cool model system and new page system for AJAX requests.

UltraLight Core v 0.2

  • Redirects and forced URLs with some sanity checking. (so /this/page/here is never /////this//page////here )
  • Dynamic selection of core or application path for libraries. (core has precedence)

UltraLight Core v 0.1

  • VERY light MVC framework, loading 5 slim files for a basic page: index, config, load, controller and view.
  • Static access to important methods.
  • Dynamic loading of libraries
CORE/core.php : 185 BASE/index.php : 9 0.00992 - Loaded classes array (21) ( 'Show' => array (2) ( 'file' => "CORE/show.php", 'time' => 0.00019, ), 'Config' => array (2) ( 'file' => "CORE/config.php", 'time' => 0.00022, ), 'Core\Cache' => array (2) ( 'file' => "CORE/core/cache.php", 'time' => 0.00025, ), 'Core\Cache\File' => array (2) ( 'file' => "CORE/core/cache/file.php", 'time' => 0.00025, ), 'Core\Arrays' => array (2) ( 'file' => "CORE/core/arrays.php", 'time' => 0.00048, ), 'Request' => array (2) ( 'file' => "CORE/request.php", 'time' => 0.00063, ), 'Sanitize' => array (2) ( 'file' => "CORE/sanitize.php", 'time' => 0.00065, ), 'Core\Controller' => array (2) ( 'file' => "CORE/core/controller.php", 'time' => 0.00071, ), '\App\Controller\Index' => array (2) ( 'file' => "APP/controller/index.php", 'time' => 0.00071, ), 'Core\View' => array (2) ( 'file' => "CORE/core/view.php", 'time' => 0.00073, ), 'Core\Format\Variable' => array (2) ( 'file' => "CORE/core/format/variable.php", 'time' => 0.00189, ), 'Core\View\Transform\Base' => array (2) ( 'file' => "CORE/core/view/transform/base.php", 'time' => 0.00205, ), 'Core\View\Transform\Random' => array (2) ( 'file' => "CORE/core/view/transform/random.php", 'time' => 0.00206, ), 'Core\View\Transform\Glitch' => array (2) ( 'file' => "CORE/core/view/transform/glitch.php", 'time' => 0.00483, ), 'Core\View\Transform\Number' => array (2) ( 'file' => "CORE/core/view/transform/number.php", 'time' => 0.00586, ), 'App\Library\Transform\Custom' => array (2) ( 'file' => "APP/library/transform/custom.php", 'time' => 0.00682, ), 'Core\Format\Text' => array (2) ( 'file' => "CORE/core/format/text.php", 'time' => 0.00689, ), 'Core\Format\Text\Base' => array (2) ( 'file' => "CORE/core/format/text/base.php", 'time' => 0.00941, ), 'Core\Format\Text\Link' => array (2) ( 'file' => "CORE/core/format/text/link.php", 'time' => 0.00941, ), 'Core\Format\Text\Tooltip' => array (2) ( 'file' => "CORE/core/format/text/tooltip.php", 'time' => 0.00948, ), 'Core\Bootstrap\Navbar' => array (2) ( 'file' => "CORE/core/bootstrap/navbar.php", 'time' => 0.00962, ), ) CORE/core.php : 186 BASE/index.php : 9 0.01353 - Debug "Done."