root/branch/app_helper.php
| Revision 55, 1.3 kB (checked in by digitalspaghetti, 1 year ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | /* SVN FILE: $Id: app_helper.php 5118 2007-05-18 17:19:53Z phpnut $ */ |
| 3 | /** |
| 4 | * Short description for file. |
| 5 | * |
| 6 | * This file is application-wide helper file. You can put all |
| 7 | * application-wide helper-related methods here. |
| 8 | * |
| 9 | * PHP versions 4 and 5 |
| 10 | * |
| 11 | * CakePHP(tm) : Rapid Development Framework <http://www.cakephp.org/> |
| 12 | * Copyright 2005-2007, Cake Software Foundation, Inc. |
| 13 | * 1785 E. Sahara Avenue, Suite 490-204 |
| 14 | * Las Vegas, Nevada 89104 |
| 15 | * |
| 16 | * Licensed under The MIT License |
| 17 | * Redistributions of files must retain the above copyright notice. |
| 18 | * |
| 19 | * @filesource |
| 20 | * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. |
| 21 | * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project |
| 22 | * @package cake |
| 23 | * @subpackage cake.cake |
| 24 | * @since CakePHP(tm) v 0.2.9 |
| 25 | * @version $Revision: 5118 $ |
| 26 | * @modifiedby $LastChangedBy: phpnut $ |
| 27 | * @lastmodified $Date: 2007-05-18 18:19:53 +0100 (Fri, 18 May 2007) $ |
| 28 | * @license http://www.opensource.org/licenses/mit-license.php The MIT License |
| 29 | */ |
| 30 | /** |
| 31 | * This is a placeholder class. |
| 32 | * Create the same file in app/app_helper.php |
| 33 | * |
| 34 | * Add your application-wide methods in the class below, your helpers |
| 35 | * will inherit them. |
| 36 | * |
| 37 | * @package cake |
| 38 | * @subpackage cake.cake |
| 39 | */ |
| 40 | class AppHelper extends Helper { |
| 41 | } |
| 42 | ?> |
Note: See TracBrowser for help on using the browser.