root/branches/1.1/lib/helper/HelperHelper.php
| Revision 7757, 0.5 kB (checked in by fabien, 5 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | /* |
| 4 | * This file is part of the symfony package. |
| 5 | * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> |
| 6 | * |
| 7 | * For the full copyright and license information, please view the LICENSE |
| 8 | * file that was distributed with this source code. |
| 9 | */ |
| 10 | |
| 11 | /** |
| 12 | * HelperHelper. |
| 13 | * |
| 14 | * @package symfony |
| 15 | * @subpackage helper |
| 16 | * @author Fabien Potencier <fabien.potencier@symfony-project.com> |
| 17 | * @version SVN: $Id$ |
| 18 | */ |
| 19 | |
| 20 | function use_helper() |
| 21 | { |
| 22 | sfLoader::loadHelpers(func_get_args(), sfContext::getInstance()->getModuleName()); |
| 23 | } |
| 24 |
Note: See TracBrowser for help on using the browser.