1
我使用CakePHP 2.0如何讓JQuery與CakePHP一起使用?
我下面這個指南 http://nuts-and-bolts-of-cakephp.com/2009/01/19/jquery-in-the-cakephp-world-part-1/
我已經包含在我的add.ctp觀衆
$this->Javascript->link('https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js', false);
,我有
var $helpers = array(‘Javascript’, ‘Html’, ‘Form’);
在我的控制器...
我得到的錯誤是
Missing Helper
Error: JavascriptHelper could not be found.
Error: Create the class JavascriptHelper below in file: app/View/Helper/JavascriptHelper.php
cakephp的哪個版本? – Flukey 2012-02-07 20:03:58
我使用cakephp 2.0 – CodeCrack 2012-02-07 20:05:08
所以你鏈接的教程是1.3,而不是2.0。有很多不同之處。 – Flukey 2012-02-07 20:06:59