Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Helpers.php

Beanow edited this page Apr 5, 2013 · 1 revision

The Helpers.php file

This is where you define helper functions. Helpers are used to make common operations easier for programmers to implement. If you find yourself copying the same pieces of code over and over again you probably want to make a function here to easily maintain your code.

Call a helper using:

<?php tx('Component')->helpers('component_name')->call('function_name' array($arguments)); ?>
Clone this wiki locally