Use the jQuery javascript engine
This commit is contained in:
parent
13b7c4b04a
commit
07ac7aaeb4
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue