![]() |
|
sfHelperExamplePlugin - 1.0.1example plugin for helpers. |
|
This plugin is an example on how to package helpers in a plugin. You can use this plugin as a base for your own plugins.
To install sfHelperExample:
symfony plugin-install local|global symfony/sfHelperExample
The sfExampleHelper plugin gives you access to a example() helper:
<?php use_helper('Example') ?>
<?php echo example(); ?>
For the full copyright and license information, please view the LICENSE file that was distributed with this source code.