Trace: » this » title » updater » updaterid » updator » url » url_match » url_start_with » urlbyid » use_helper
Translations of this page?:
General
Getting & Giving Support
Administration
Design
- Tut. - Layouts and Themes
- Tut. - Navigation cookbook
- Tut. - How To section
Reference Material
Plugin Development
- Tut. - Writing a plugin
- Ref. - List of Events
- Ref. - Enabling cron jobs
- Ref. - PHPDoc
Core Development
- Ref. - PHPDoc
Press information
Wolf CMS books section
use_helper()
”Helpers” are PHP files which extend the functionality of Wolf CMS on a “per-page” basis. Unlike plugins which provide extra functions throughout a Wolf site, “helpers” only work on the pages in which they are called. They are called this way:
<?php use_helper('Helper_name'); ?>
For information on the helpers supplied with Wolf CMS, and further notes on usage, see the ”Overview of Helpers” page.
Except where otherwise noted, content on this wiki is licensed under the following license:GNU Free Documentation License 1.2
