Syncing files between app directory and bake skeleton

This commit is contained in:
ADmad 2011-11-14 02:32:59 +05:30
parent 87f12de1ab
commit 233a63366f
7 changed files with 16 additions and 18 deletions

View file

@ -15,20 +15,19 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package Cake.View.Helper
* @package app.View.Helper
* @since CakePHP(tm) v 0.2.9
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
App::uses('Helper', 'View');
/**
* This is a placeholder class.
* Create the same file in app/View/Helper/AppHelper.php
* Application helper
*
* Add your application-wide methods in the class below, your helpers
* will inherit them.
*
* @package Cake.View.Helper
* @package app.View.Helper
*/
class AppHelper extends Helper {
}