Web Gear is a free, lightweight open source web development platform written in PHP, aimed at developing fast web applications, based on a well defined MVC structure.

Helpers

Overview

Helpers are objects that help you achieve a specific goal by making use of the system libraries and/or models (or none, for that matter).

The difference between our framework's and others' helpers is that you must explicitly specify what libraries the helper uses and then use them. There is no extra loading of stuff you might not ever need. Just keeping it simple, but at the same time, fast and efficient.

Loading and accessing helpers is described in detail here.