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:
This will work from views, elements, layouts and methods within other helpers.
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.
Last modified by Bradley Matusiak