Open-Source PHP Framework - Designed for rapid development of performance-oriented scalable applications

Helpers

API >> mvc >> helpers

Helpers are output-related tools used within views, elements and layouts.

Default helper objects are loaded into a variable with the same name as the object; you can specify the default helpers to load in the Vork .config file. By default you have the following helpers:

You can load an additional helper via:

$yourHelper = get::helper('yourHelper');

This will work from views, elements, layouts and methods within other helpers.