Use the jQuery javascript engine

This commit is contained in:
Kyle Johnson 2013-05-25 11:44:53 -04:00
parent 13b7c4b04a
commit 07ac7aaeb4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ App::uses('Controller', 'Controller');
* @link http://book.cakephp.org/2.0/en/controllers.html#the-app-controller * @link http://book.cakephp.org/2.0/en/controllers.html#the-app-controller
*/ */
class AppController extends Controller { class AppController extends Controller {
public $helpers = array('Html', 'Form'); public $helpers = array('Html', 'Form', 'Js' => array('jQuery'));
public $components = array('Cookie', 'Session'); public $components = array('Cookie', 'Session');
public function beforeFilter() { public function beforeFilter() {