commit 3bf0e002d68be081060d8958bddc65edeacb4537
Author: admin <admin@www1334uf.sakura.ne.jp>
Date:   Mon Feb 8 19:26:20 2016 +0900

    環境設定およびTOPページ改修

diff --git a/app/Controller/AppController.php b/app/Controller/AppController.php
index 3df7cc2..7de1d46 100644
--- a/app/Controller/AppController.php
+++ b/app/Controller/AppController.php
@@ -31,5 +31,26 @@ App::uses('Controller', 'Controller');
  * @link		http://book.cakephp.org/2.0/en/controllers.html#the-app-controller
  */
 class AppController extends Controller {
-	public $components = array('DebugKit.Toolbar');
+	public $helpers = array(
+		'Session',
+		'Html' => array('className' => 'BoostCake.BoostCakeHtml'),
+		'Form' => array('className' => 'BoostCake.BoostCakeForm'),
+		'Paginator' => array('className' => 'BoostCake.BoostCakePaginator'),
+	);
+
+	public $components = array(
+		'DebugKit.Toolbar',
+		/*
+		'Auth' => array(
+			'flash' => array(
+				'element' => 'alert',
+				'key' => 'auth',
+				'params' => array(
+					'plugin' => 'BoostCake',
+					'class' => 'alert-error'
+				)
+			)
+		)
+		 */
+	);
 }
