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.00165 - 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.00191 - Loading view "view/page.html" UltraLight Showcase

Source for view:features

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

= Formatted text example
= This project is on GitHub!
* Core (the framework): [link|https://github.com/Nimja/UltraLight-Core|UltraLight-Core]
* Example (this site): [link|https://github.com/Nimja/UltraLight-Example|UltraLight-Example]

== UltraLight Core v 4.2
* Better transforms!
* Also renderers for links, [tooltip|tooltips|Because you never know when you need more information!] 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: +transform:ucfirst+
* upper: +transform:upper+
* lower: +transform:lower+
* random(changes every reload): +transform:random+
* glitch(changes every reload): +transform:glitch+
* number(changes every reload): +value+: +value:number:ucfirst+.
* custom: +transform:custom+

== 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.00203 - Loaded classes array (14) ( 'Show' => array (2) ( 'file' => "CORE/show.php", 'time' => 0.00019, ), 'Config' => array (2) ( 'file' => "CORE/config.php", 'time' => 0.00021, ), 'Core\Cache' => array (2) ( 'file' => "CORE/core/cache.php", 'time' => 0.00024, ), '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.00052, ), 'Request' => array (2) ( 'file' => "CORE/request.php", 'time' => 0.00083, ), 'Sanitize' => array (2) ( 'file' => "CORE/sanitize.php", 'time' => 0.00084, ), 'Core\Controller' => array (2) ( 'file' => "CORE/core/controller.php", 'time' => 0.00089, ), 'App\Controller\Index' => array (2) ( 'file' => "APP/controller/index.php", 'time' => 0.0009, ), '\App\Controller\Tools\Source' => array (2) ( 'file' => "APP/controller/tools/source.php", 'time' => 0.0009, ), 'Core\View' => array (2) ( 'file' => "CORE/core/view.php", 'time' => 0.00092, ), 'App\Library\Sourcelist' => array (2) ( 'file' => "APP/library/sourcelist.php", 'time' => 0.00158, ), 'Core\Format\Variable' => array (2) ( 'file' => "CORE/core/format/variable.php", 'time' => 0.00175, ), 'Core\Bootstrap\Navbar' => array (2) ( 'file' => "CORE/core/bootstrap/navbar.php", 'time' => 0.00187, ), ) CORE/core.php : 186 BASE/index.php : 9 0.00336 - Debug "Done."